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

Stephane Popinet popinet at users.sf.net
Tue Nov 24 12:25:00 UTC 2009


The following commit has been merged in the upstream branch:
commit 8a59849d21aec830b2420942cadde809933b57b5
Author: Stephane Popinet <popinet at users.sf.net>
Date:   Thu Sep 3 07:20:21 2009 +1000

    Cosmetics
    
    darcs-hash:20090902212021-d4795-dc186ca2a3a226830042206cae9f3983ade35c2c.gz

diff --git a/src/river.c b/src/river.c
index 83435b7..f463320 100644
--- a/src/river.c
+++ b/src/river.c
@@ -438,7 +438,7 @@ static void river_init (GfsRiver * r)
   r->v[0] = gfs_variable_from_name (domain->variables, "P");
   r->v[0]->units = 1.;
   g_free (r->v[0]->description);
-  r->v[0]->description = g_strdup ("Fluid thickness");
+  r->v[0]->description = g_strdup ("Fluid depth");
 
   r->v[1] = gfs_variable_from_name (domain->variables, "U");
   r->v[1]->units = 2.;
diff --git a/test/strouhal/strouhal.gfs b/test/strouhal/strouhal.gfs
index bb82881..daeea08 100644
--- a/test/strouhal/strouhal.gfs
+++ b/test/strouhal/strouhal.gfs
@@ -71,7 +71,7 @@
            b = 110.49
            c = 0.611
            fit [0.5:] f(x) 'forces.dat' u 1:6 via a,b,c
-           print "400 ", b/(2*3.14159)*0.0125       
+           print "400 ", b/(2*pi)*0.0125       
 EOF
   }
 }

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list