]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix a test.
authorWolfgang Bangerth <bangerth@colostate.edu>
Wed, 17 Nov 2021 02:07:55 +0000 (19:07 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Thu, 18 Nov 2021 18:29:32 +0000 (11:29 -0700)
tests/grid/grid_in_comsol_mphtxt_01.cc

index d0b713afc2712fccfba98e70089fd0a8cbeff03a..aa1fecec7230b78dea66cb5973425570666aa957 100644 (file)
@@ -15,7 +15,7 @@
 
 
 
-// check whether we can read in with the gmsh format
+// Check whether we can read in a mesh in COMSOL's .mphtxt format
 
 #include <deal.II/grid/grid_in.h>
 #include <deal.II/grid/grid_out.h>
@@ -29,7 +29,7 @@
 
 template <int dim>
 void
-gmsh_grid(const char *name)
+comsol_grid(const char *name)
 {
   Triangulation<dim> tria;
   GridIn<dim>        grid_in;
@@ -117,7 +117,7 @@ main()
 
   try
     {
-      gmsh_grid<3>(SOURCE_DIR "/grids/comsol/mesh_1.mphtxt");
+      comsol_grid<3>(SOURCE_DIR "/grids/comsol/mesh_1.mphtxt");
     }
   catch (std::exception &exc)
     {

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.