[SCM] Gerris Flow Solver branch, upstream, updated. b3aa46814a06c9cb2912790b23916ffb44f1f203

Stephane Popinet popinet at users.sf.net
Fri May 15 02:54:04 UTC 2009


The following commit has been merged in the upstream branch:
commit 902ca27cb8245d95cd9667ce4c9b643eaa90de80
Author: Stephane Popinet <popinet at users.sf.net>
Date:   Tue Mar 13 13:25:43 2007 +1100

    Updated couette.gfs
    
    Comments in functions must now use the C format ('/*' not '#').
    
    darcs-hash:20070313022543-d4795-fa0b3bdaf178cb67c9442226eb03f0fd69ac6c89.gz

diff --git a/test/couette/couette.gfs b/test/couette/couette.gfs
index c91d589..2ace70b 100644
--- a/test/couette/couette.gfs
+++ b/test/couette/couette.gfs
@@ -49,13 +49,13 @@
     double m;
 
     switch (MODEL) {
-    case 0: # Newtonian
+    case 0: /* Newtonian */
       mu = 1.; ty = 0.; N = 1.; break;
-    case 1: # Power-law (shear-thinning)
+    case 1: /* Power-law (shear-thinning) */
       mu = 0.08; ty = 0.; N = 0.5; break;
-    case 2: # Herschel-Bulkley
+    case 2: /* Herschel-Bulkley */
       mu = 0.0672; ty = 0.12; N = 0.5; break;
-    case 3: # Bingham
+    case 3: /* Bingham */
       mu = 1.; ty = 10.; N = 1.; break;
     }
     if (D2 > 0.)

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list