]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Minor formatting changes.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 7 Feb 2012 10:42:58 +0000 (10:42 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 7 Feb 2012 10:42:58 +0000 (10:42 +0000)
git-svn-id: https://svn.dealii.org/trunk@25003 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-21/step-21.cc

index 7f167dbdaaf32834f5997e958cc00bafd4208a6d..46f7eea76530b32de36b419e60c88aa0e302fd5b 100644 (file)
@@ -483,13 +483,13 @@ namespace Step21
   double mobility_inverse (const double S,
                           const double viscosity)
   {
-    return 1.0 /(1.0/viscosity * S * S + (1-S) * (1-S));
+    return 1.0 / (1.0/viscosity * S * S + (1-S) * (1-S));
   }
 
   double f_saturation (const double S,
                       const double viscosity)
   {
-    return S*S /( S * S +viscosity * (1-S) * (1-S));
+    return S*S / (S * S + viscosity * (1-S) * (1-S));
   }
 
 

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.