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

Stephane Popinet popinet at users.sf.net
Fri May 15 02:55:29 UTC 2009


The following commit has been merged in the upstream branch:
commit 2f15e2e88ea26e78783ea58403b49cc71822dc32
Author: Stephane Popinet <popinet at users.sf.net>
Date:   Fri Jun 13 09:34:32 2008 +1000

    Bug fix for broken BcNavier
    
    darcs-hash:20080612233432-d4795-89af27f84c510db00b206c7443eb33a929c94078.gz

diff --git a/src/boundary.c b/src/boundary.c
index d04ea0c..ba25562 100644
--- a/src/boundary.c
+++ b/src/boundary.c
@@ -379,7 +379,7 @@ static void bc_navier_read (GtsObject ** o, GtsFile * fp)
     return;
   
   /* fixme: units? */
-  GFS_BC_NAVIER (*o)->lambda = gfs_read_constant (fp, gfs_object_simulation (*o));
+  GFS_BC_NAVIER (*o)->lambda = gfs_read_constant (fp, gfs_box_domain (GFS_BC (*o)->b->box));
 }
 
 static void bc_navier_write (GtsObject * o, FILE * fp)

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list