]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Minor doc edits.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 2 Sep 2013 23:01:55 +0000 (23:01 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 2 Sep 2013 23:01:55 +0000 (23:01 +0000)
git-svn-id: https://svn.dealii.org/trunk@30562 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/grid/grid_tools.h

index e228c7ba2bf49b8274db4c3b4f7c380b8876bc53..146fecf71cb3a7d5218dabb3c380764a1d955e77 100644 (file)
@@ -1084,7 +1084,7 @@ namespace GridTools
    *
    * This function tries to match all faces belonging to the first
    * boundary with faces belonging to the second boundary with the help
-   * of orthogonal_equality.
+   * of orthogonal_equality().
    *
    * The @p offset is a vector tangential to the faces that is added to the
    * location of vertices of the 'first' boundary when attempting to match
@@ -1099,7 +1099,7 @@ namespace GridTools
                                const typename identity<FaceIterator>::type &end,
                                const types::boundary_id                    b_id1,
                                const types::boundary_id                    b_id2,
-                               int                                         direction,
+                               const int                                   direction,
                                const dealii::Tensor<1,FaceIterator::AccessorType::space_dimension> &offset);
 
 
@@ -1118,7 +1118,7 @@ namespace GridTools
   collect_periodic_face_pairs (const DH                 &container,
                                const types::boundary_id b_id1,
                                const types::boundary_id b_id2,
-                               int                      direction,
+                               const int                direction,
                                const dealii::Tensor<1,DH::space_dimension> &offset);
 
 
@@ -1146,7 +1146,7 @@ namespace GridTools
   std::map<typename DH::face_iterator, typename DH::face_iterator>
   collect_periodic_face_pairs (const DH                 &dof_handler, /*TODO: Name*/
                                const types::boundary_id b_id,
-                               int                      direction,
+                               const int                direction,
                                const dealii::Tensor<1,DH::space_dimension> &offset);
 
 

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.