]> https://gitweb.dealii.org/ - code-gallery.git/commitdiff
Fix Assert. 164/head
authorMarc Fehling <mafehling.git@gmail.com>
Sun, 22 Oct 2023 04:16:57 +0000 (22:16 -0600)
committerMarc Fehling <mafehling.git@gmail.com>
Sun, 22 Oct 2023 04:16:57 +0000 (22:16 -0600)
Quasi_static_Finite_strain_Compressible_Elasticity/cook_membrane.cc

index bbe965dd879309172a277b8ad632842cc559b820..588dce829ae226c3d2cbc118b5758b305692b9d3 100644 (file)
@@ -1409,7 +1409,7 @@ namespace Cook_Membrane
               break;
             }
       }
-    AssertThrow(vertical_tip_displacement > 0.0, ExcMessage("Found no cell with point inside!"))
+    AssertThrow(vertical_tip_displacement > 0.0, ExcMessage("Found no cell with point inside!"));
 
     std::cout << "Vertical tip displacement: " << vertical_tip_displacement
               << "\t Check: " << vertical_tip_displacement_check

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.