]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Revert my patch back to Denis original.
authoryoung <young@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 13 Feb 2014 11:17:10 +0000 (11:17 +0000)
committeryoung <young@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 13 Feb 2014 11:17:10 +0000 (11:17 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_petscscalar_complex@32478 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/fe/fe_values.decl.1.inst.in
deal.II/source/fe/fe_values.decl.2.inst.in

index 83575b40a9b4984e08853c608698d21e6f396c69..9ec59b45a14bc3f6c66d1e3d09d3033504dba5fc 100644 (file)
@@ -39,6 +39,6 @@ for (VEC : COMPLEX_SERIAL_VECTORS; S : COMPLEX_SCALARS)
                                      /// given arguments.
     virtual
     void
-    get_interpolated_dof_values (const VEC &in,
-                                Vector<S> &out) const = 0;
+    get_interpolated_dof_values (const VEC                     &in,
+                                Vector<std::complex<double> > &out) const = 0;
   }
index cb183eeda6723d26bf8a076fa131fbde33eba376..03d8b5cf8900c4aa1439151a45f9381760273dfc 100644 (file)
@@ -27,18 +27,18 @@ for (VEC : REAL_SERIAL_VECTORS; S : REAL_SCALARS)
                                      /// given arguments.
     virtual
     void
-    get_interpolated_dof_values (const VEC      &in,
-                                Vector<double> &out) const;
+    get_interpolated_dof_values (const VEC &in,
+                                Vector<S> &out) const;
   }
 
-for (VEC : COMPLEX_SERIAL_VECTORS; S : COMPLEX_SCALARS)
+for (VEC : COMPLEX_SERIAL_VECTORS)
   {
                                      /// Call
                                      /// @p get_interpolated_dof_values
-                                     /// of the iterator with the
+                                     /// of the iterator with the
                                      /// given arguments.
     virtual
     void
-    get_interpolated_dof_values (const VEC      &in,
-                                Vector<S> &out) const;
+    get_interpolated_dof_values (const VEC                     &in,
+                                Vector<std::complex<double> > &out) const;
   }

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.