]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fixup order of template arguments in mapping_fe_field.h 1755/head
authorDaniel Arndt <d.arndt@math.uni-goettingen.de>
Thu, 15 Oct 2015 15:47:53 +0000 (17:47 +0200)
committerDaniel Arndt <d.arndt@math.uni-goettingen.de>
Thu, 15 Oct 2015 15:51:22 +0000 (17:51 +0200)
include/deal.II/fe/mapping_fe_field.h

index de24cfbbf9365035f7b2a6f1ca3c325028d052a9..b44ddeea7096b37200a81b780d682c6c34f3fa9b 100644 (file)
@@ -489,7 +489,7 @@ private:
   /**
    * Reference to the vector of shifts.
    */
-  SmartPointer<const VECTOR, MappingFEField<dim,spacedim,DH,VECTOR> > euler_vector;
+  SmartPointer<const VECTOR, MappingFEField<dim,spacedim,VECTOR,DH> > euler_vector;
 
   /**
    * A FiniteElement object which is only needed in 3D, since it knows how to
@@ -498,13 +498,13 @@ private:
    * prevent construction in 1D and 2D, but since memory and time requirements
    * are not particularly high this seems unnecessary at the moment.
    */
-  SmartPointer<const FiniteElement<dim,spacedim>, MappingFEField<dim,spacedim,DH,VECTOR> > fe;
+  SmartPointer<const FiniteElement<dim,spacedim>, MappingFEField<dim,spacedim,VECTOR,DH> > fe;
 
 
   /**
    * Pointer to the DoFHandler to which the mapping vector is associated.
    */
-  SmartPointer<const DH,MappingFEField<dim,spacedim,DH,VECTOR> > euler_dof_handler;
+  SmartPointer<const DH,MappingFEField<dim,spacedim,VECTOR,DH> > euler_dof_handler;
 
 private:
   /**

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.