]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix spelling.
authorWolfgang Bangerth <bangerth@colostate.edu>
Mon, 4 Jan 2021 23:43:18 +0000 (16:43 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Mon, 4 Jan 2021 23:43:18 +0000 (16:43 -0700)
examples/step-74/step-74.cc

index d679ec258ae11287c2185d459c2b2004311f447f..5182d628661f480533bb25b350585db7d0764792 100644 (file)
@@ -199,12 +199,12 @@ namespace Step74
 
   // This function computes the penalty $\sigma$.
   double compute_penalty(const unsigned int fe_degree,
-                         const double       cell_extend_left,
-                         const double       cell_extend_right)
+                         const double       cell_extent_left,
+                         const double       cell_extent_right)
   {
     const unsigned int degree = std::max(1U, fe_degree);
     return degree * (degree + 1.) * 0.5 *
-           (1. / cell_extend_left + 1. / cell_extend_right);
+           (1. / cell_extent_left + 1. / cell_extent_right);
   }
 
 

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.