]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Even more VECTOR -> VectorType
authorDavid Wells <wellsd2@rpi.edu>
Sun, 1 Nov 2015 21:01:02 +0000 (16:01 -0500)
committerDavid Wells <wellsd2@rpi.edu>
Thu, 12 Nov 2015 19:26:43 +0000 (14:26 -0500)
include/deal.II/fe/mapping_q_eulerian.h

index 5295847b64b7e9a0c7533ffb7c64d846629fb0ca..874bca60db452292a69c43e9e59c6b22006e191c 100644 (file)
@@ -188,7 +188,7 @@ private:
      * Constructor.
      */
     MappingQEulerianGeneric (const unsigned int degree,
-                             const MappingQEulerian<dim,VECTOR,spacedim> &mapping_q_eulerian);
+                             const MappingQEulerian<dim,VectorType,spacedim> &mapping_q_eulerian);
 
     /**
      * Return the mapped vertices of the cell. For the current class, this function does
@@ -213,7 +213,7 @@ private:
     /**
      * Reference to the surrounding object off of which we live.
      */
-    const MappingQEulerian<dim,VECTOR,spacedim> &mapping_q_eulerian;
+    const MappingQEulerian<dim,VectorType,spacedim> &mapping_q_eulerian;
 
 
     /**

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.