]> https://gitweb.dealii.org/ - dealii.git/commitdiff
CylindricalManifold: make member variable const. 12922/head
authorMarc Fehling <mafehling.git@gmail.com>
Fri, 5 Nov 2021 21:04:25 +0000 (15:04 -0600)
committerMarc Fehling <mafehling.git@gmail.com>
Fri, 5 Nov 2021 21:04:25 +0000 (15:04 -0600)
include/deal.II/grid/manifold_lib.h

index 105ccc3f93cd7f46e8b80dc2df606a2d70b32562..989bc3a2357a6492479bba7edcb5c2e527b7666a 100644 (file)
@@ -471,7 +471,7 @@ private:
   /**
    * Relative tolerance to measure zero distances.
    */
-  double tolerance;
+  const double tolerance;
 };
 
 /**

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.