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

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


The following commit has been merged in the upstream branch:
commit e7746916bb859f82ccedcdca77b53bddd22b5deb
Author: Stephane Popinet <s.popinet at niwa.co.nz>
Date:   Tue Feb 15 10:03:04 2005 +1100

    gfs_object_simulation() does not work for GfsBc objects
    
    darcs-hash:20050214230304-fbd8f-f5b5587e6c2dc38c78aa603f27cf6351331c2d3b.gz

diff --git a/src/boundary.c b/src/boundary.c
index c4b6ed6..45625f6 100644
--- a/src/boundary.c
+++ b/src/boundary.c
@@ -154,7 +154,7 @@ static void bc_value_read (GtsObject ** o, GtsFile * fp)
     return;
   if (bc->val == NULL)
     bc->val = gfs_function_new (gfs_function_class (), 0.);
-  gfs_function_read (GFS_BC_VALUE (*o)->val, gfs_object_simulation (*o), fp);
+  gfs_function_read (GFS_BC_VALUE (*o)->val, gfs_box_domain (GFS_BC (bc)->b->box), fp);
 }
 
 static void bc_value_destroy (GtsObject * o)

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list