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

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


The following commit has been merged in the upstream branch:
commit 264d907312af22e525a3cedeb9dca4166e8e8d00
Author: Stephane Popinet <popinet at users.sf.net>
Date:   Wed Jan 16 15:36:38 2008 +1100

    Bug fix when using multiple GfsTime objects in parameter files
    
    darcs-hash:20080116043638-d4795-774be38ec622253fc5253ba8a245bd3834aadfa2.gz

diff --git a/src/simulation.c b/src/simulation.c
index 317303a..10d7f7c 100644
--- a/src/simulation.c
+++ b/src/simulation.c
@@ -1153,7 +1153,6 @@ void gfs_time_read (GfsTime * t, GtsFile * fp)
   var[5].data = &t->iend;
   var[6].data = &t->dtmax;
 
-  gfs_time_init (t);
   gts_file_assign_variables (fp, var);
 
   if (t->t < t->start)

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list