]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
On AIX, the linker is unhappy about some missing symbols. They should be there, but...
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 23 Jan 2003 22:51:40 +0000 (22:51 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 23 Jan 2003 22:51:40 +0000 (22:51 +0000)
git-svn-id: https://svn.dealii.org/trunk@6949 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/numerics/derivative_approximation.cc

index 889aa73478941eb8e63193b92005987b14f0e17d..34ad0e83bbb0e9257792548a8ea339e601aae8bf 100644 (file)
@@ -743,3 +743,16 @@ approximate_second_derivative<deal_II_dimension>
  const Vector<double>  &solution,
  Vector<float>         &derivative_norm,
  const unsigned int     component);
+
+// static variables
+// 
+// on AIX, the linker is unhappy about some missing symbols. they
+// should really be there, but explicitly instantiation them will also
+// not hurt
+template
+const UpdateFlags
+DerivativeApproximation::Gradient<deal_II_dimension>::update_flags;
+
+template
+const UpdateFlags
+DerivativeApproximation::SecondDerivative<deal_II_dimension>::update_flags;

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.