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

Stephane Popinet s.popinet at niwa.co.nz
Fri May 15 02:52:29 UTC 2009


The following commit has been merged in the upstream branch:
commit 0e0b83e35ece503951f44cbd32817989ac0a2541
Author: Stephane Popinet <s.popinet at niwa.co.nz>
Date:   Thu Aug 18 11:10:31 2005 +1000

    Fix for stupid bug in gfs_init_write
    
    darcs-hash:20050818011031-fbd8f-b670a18fdc2d47279f51d0c59d5fed2342865ef8.gz

diff --git a/src/event.c b/src/event.c
index b42a94d..516ceab 100644
--- a/src/event.c
+++ b/src/event.c
@@ -529,7 +529,7 @@ static void gfs_init_write (GtsObject * o, FILE * fp)
     fprintf (fp, "  %s =", v->v->name);
     gfs_function_write (v->f, fp);
     fputc ('\n', fp);
-    i = i->data;
+    i = i->next;
   }
   fputc ('}', fp);
 }

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list