]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix omitted explicit instantiations.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 9 Jan 2002 07:24:54 +0000 (07:24 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 9 Jan 2002 07:24:54 +0000 (07:24 +0000)
git-svn-id: https://svn.dealii.org/trunk@5360 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/dofs/dof_accessor.cc

index 5d2080d002919cc54a2201b87a77378b6143fcaf..ffc00667c1d5021b390b6aadbedeeadf6d74c802 100644 (file)
@@ -774,6 +774,16 @@ void
 DoFObjectAccessor<1,deal_II_dimension>::set_dof_values (const Vector<double>  &,
                                                        BlockVector<double> &) const;
 
+template
+void
+DoFObjectAccessor<1,deal_II_dimension>::get_dof_values (const BlockVector<float> &,
+                                                       Vector<float>       &) const;
+
+template
+void
+DoFObjectAccessor<1,deal_II_dimension>::set_dof_values (const Vector<float>  &,
+                                                       BlockVector<float> &) const;
+
 #if deal_II_dimension >= 2
 // for double
 template
@@ -798,7 +808,7 @@ DoFObjectAccessor<2,deal_II_dimension>::set_dof_values (const Vector<float> &,
                                                        Vector<float>       &) const;
 
 
-// for block vector 2
+// for block vector
 template
 void
 DoFObjectAccessor<2,deal_II_dimension>::get_dof_values (const BlockVector<double> &,
@@ -809,6 +819,16 @@ void
 DoFObjectAccessor<2,deal_II_dimension>::set_dof_values (const Vector<double>  &,
                                                        BlockVector<double> &) const;
 
+template
+void
+DoFObjectAccessor<2,deal_II_dimension>::get_dof_values (const BlockVector<float> &,
+                                                       Vector<float>       &) const;
+
+template
+void
+DoFObjectAccessor<2,deal_II_dimension>::set_dof_values (const Vector<float>  &,
+                                                       BlockVector<float> &) const;
+
 
 #endif
 

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.