]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix typo 13400/head
authorMartin Kronbichler <martin.kronbichler@it.uu.se>
Wed, 16 Feb 2022 17:02:24 +0000 (18:02 +0100)
committerMartin Kronbichler <martin.kronbichler@it.uu.se>
Wed, 16 Feb 2022 17:02:24 +0000 (18:02 +0100)
tests/performance/performance_test_driver.h
tests/performance/timing_step_22.cc
tests/performance/timing_step_3.cc

index 3e8efdb2e89c44a52aa45ef9431fdd08569535bc..3e22e513f2912cc0309e8c1e4a8de02273338beb 100644 (file)
@@ -60,7 +60,7 @@ enum class TestingEnvironment
  * Return the current testing environment
  */
 TestingEnvironment
-get_testing_envrionment()
+get_testing_environment()
 {
 #ifndef TESTING_ENVIRONMENT
 #  define TESTING_ENVIRONMENT light
index 25e0395ef504bff8da891bda5690e2eabcb3e12f..0718aba3b9608937a6d05bde5c07bdd872ef60aa 100644 (file)
@@ -602,7 +602,7 @@ StokesProblem<dim>::run()
         face->set_all_boundary_ids(1);
 
 
-  switch (get_testing_envrionment())
+  switch (get_testing_environment())
     {
       case TestingEnvironment::light:
         triangulation.refine_global(5 - dim);
index a0f0a2fdf3d871c46a6776961c918b902c154e23..86ed67c3054739e536fd94ec034ee779eda60e88 100644 (file)
@@ -95,7 +95,7 @@ Step3::make_grid()
 {
   GridGenerator::hyper_cube(triangulation, -1, 1);
 
-  switch (get_testing_envrionment())
+  switch (get_testing_environment())
     {
       case TestingEnvironment::light:
         triangulation.refine_global(9);

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.