]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Minor text cleanup.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 5 Feb 2015 02:37:00 +0000 (20:37 -0600)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 5 Feb 2015 03:25:18 +0000 (21:25 -0600)
source/grid/grid_generator.cc

index 845ffb15463cfc4a53f3774c659ddc9fc86669f0..4856c192769690adaa933cbcceb718d6796e1e6e 100644 (file)
@@ -767,7 +767,7 @@ namespace GridGenerator
                 ExcMessage ("Invalid distance between corner points of parallelepiped."));
 
     // Create a list of points
-    Point<dim> (delta) [dim];
+    Point<dim> delta[dim];
 
     for (unsigned int i=0; i<dim; ++i)
       delta[i] = corners[i]/n_subdivisions[i];

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.