]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix the obvious.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 10 Mar 2003 15:20:46 +0000 (15:20 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 10 Mar 2003 15:20:46 +0000 (15:20 +0000)
git-svn-id: https://svn.dealii.org/trunk@7291 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/numerics/error_estimator.cc

index 7b5a9293f2b7e04db8e4bd2a274cf8fcf62bc35b..51fe74f0c8409f4f15b0a7719bde9584aabc5d53 100644 (file)
 
 
 
-namespace
+static
+inline
+double sqr (const double x)
 {
-  inline
-  double sqr (const double x)
-  {
-    return x*x;
-  }
+  return x*x;
 }
 
 

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.