]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Rename a poorly named variable. 16971/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Mon, 6 May 2024 11:36:39 +0000 (17:06 +0530)
committerWolfgang Bangerth <bangerth@colostate.edu>
Mon, 6 May 2024 11:36:39 +0000 (17:06 +0530)
examples/step-15/step-15.cc

index b732cfcb1ea7246a78a9b51e58103242de7257d1..81912bebe8e4f3a36962bf02ef7d40b22cf63de0 100644 (file)
@@ -695,8 +695,8 @@ int main()
     {
       using namespace Step15;
 
-      MinimalSurfaceProblem<2> laplace_problem_2d;
-      laplace_problem_2d.run();
+      MinimalSurfaceProblem<2> problem;
+      problem.run();
     }
   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.