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

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


The following commit has been merged in the upstream branch:
commit 5eb8273a73f6ecb79556762f50453db91276d45b
Author: Stephane Popinet <popinet at users.sf.net>
Date:   Tue Aug 7 15:06:21 2007 +1000

    Fixed comment formatting for logo example
    
    darcs-hash:20070807050621-d4795-d8fbe6b8c20b7680f6208678e3191e772c223441.gz

diff --git a/doc/examples/logo/logo.gfs b/doc/examples/logo/logo.gfs
index b79bea2..0942084 100644
--- a/doc/examples/logo/logo.gfs
+++ b/doc/examples/logo/logo.gfs
@@ -30,7 +30,7 @@
     Refine (sqrt(x*x + y*y) < 0.0625 ? 12 : 6)
     # Initialise a vorticity field given by two gaussian distributions
     InitVorticity {} {
-        # We use nested functions for simplicity (this will not work on MACOSX)
+        /* We use nested functions for simplicity (this will not work on MACOSX) */
         double vortex (double xc, double yc, double r) {
             double r2 = (x - xc)*(x - xc) + (y - yc)*(y - yc);
             return 2.*M_PI*exp (- 2.*r2/(r*r));

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list