]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Try to align instantiations to declarations, in hopes of fixing bug #122.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 29 Sep 2013 23:19:32 +0000 (23:19 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 29 Sep 2013 23:19:32 +0000 (23:19 +0000)
git-svn-id: https://svn.dealii.org/trunk@31020 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/grid/grid_tools.inst.in

index 55d2ad39728511200426c56b285c04fe4019ce7b..4f16d663922d56faaa6c9daff8b3ff71eb31a9b3 100644 (file)
@@ -258,7 +258,7 @@ for (X : TRIANGULATION_AND_DOFHANDLERS; deal_II_dimension : DIMENSIONS ; deal_II
                                   const types::boundary_id,
                                   const types::boundary_id,
                                   unsigned int,
-                                  const Tensor<1,deal_II_space_dimension> &);
+                                  const Tensor<1,X::space_dimension> &);
     
       template<typename DH>
       std::vector<PeriodicFacePair<X::cell_iterator> >
@@ -266,7 +266,7 @@ for (X : TRIANGULATION_AND_DOFHANDLERS; deal_II_dimension : DIMENSIONS ; deal_II
                                  (const X &,
                                   const types::boundary_id,
                                   unsigned int,
-                                  const Tensor<1,deal_II_space_dimension> &);
+                                  const Tensor<1,X::space_dimension> &);
 
       template
       std::map<X::face_iterator, std::pair<X::face_iterator, std::bitset<3> > >
@@ -276,7 +276,7 @@ for (X : TRIANGULATION_AND_DOFHANDLERS; deal_II_dimension : DIMENSIONS ; deal_II
                                   const types::boundary_id,
                                   const types::boundary_id,
                                   int,
-                                  const Tensor<1,deal_II_space_dimension> &);
+                                  const Tensor<1,X::space_dimension> &);
       template
       std::map<X::active_face_iterator, std::pair<X::active_face_iterator, std::bitset<3> > >
       collect_periodic_face_pairs
@@ -285,7 +285,7 @@ for (X : TRIANGULATION_AND_DOFHANDLERS; deal_II_dimension : DIMENSIONS ; deal_II
                                   const types::boundary_id,
                                   const types::boundary_id,
                                   int,
-                                  const Tensor<1,deal_II_space_dimension> &);
+                                  const Tensor<1,X::active_face_iterator::AccessorType::space_dimension> &);
 
       template
       std::map<X::face_iterator, std::pair<X::face_iterator, std::bitset<3> > >
@@ -294,7 +294,7 @@ for (X : TRIANGULATION_AND_DOFHANDLERS; deal_II_dimension : DIMENSIONS ; deal_II
                                   const types::boundary_id,
                                   const types::boundary_id,
                                   int,
-                                  const Tensor<1,deal_II_space_dimension> &);
+                                  const Tensor<1,X::space_dimension> &);
 
       template
       std::map<X::face_iterator, X::face_iterator>

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.