]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix gmsh_api_02/04 again 12196/head
authorDaniel Arndt <arndtd@ornl.gov>
Wed, 12 May 2021 18:28:38 +0000 (13:28 -0500)
committerDaniel Arndt <arndtd@ornl.gov>
Wed, 12 May 2021 18:48:25 +0000 (13:48 -0500)
tests/gmsh/gmsh_api_02.cc
tests/gmsh/gmsh_api_04.cc

index d4326fcd509ae6e79e1d4a8051085f92d9e664ca..a78fcd5385e51f59931406847f48be51ca626e5c 100644 (file)
@@ -30,7 +30,7 @@ test(const std::uint8_t kind, const std::string out = "")
 
   Triangulation<dim, spacedim> tria;
   GridGenerator::reference_cell(
-    internal::ReferenceCell::make_reference_cell_from_int(kind), tria);
+    tria, internal::ReferenceCell::make_reference_cell_from_int(kind));
   GridOut go;
   go.write_msh(tria, "output.msh");
   cat_file("output.msh");
index 5cf374128ff35152f4b198b221e9c985c098277d..ba753b3a5d5f371863e575d84aa6364759ab5824 100644 (file)
@@ -32,7 +32,7 @@ test(const std::uint8_t kind, const std::string out = "")
 
   Triangulation<dim, spacedim> tria;
   GridGenerator::reference_cell(
-    internal::ReferenceCell::make_reference_cell_from_int(kind), tria);
+    tria, internal::ReferenceCell::make_reference_cell_from_int(kind));
 
   GridOut go;
   go.write_msh(tria, "output.msh");

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.