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

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


The following commit has been merged in the upstream branch:
commit 68f950a30a79876e7656e49d8f395bcd7ffa0d1f
Author: Stephane Popinet <s.popinet at niwa.co.nz>
Date:   Fri Sep 2 09:47:51 2005 +1000

    Variables are NOT centered by default
    
    All variables were set to centered by default. Not sure how this
    crept into the code but this could have potentially important follow
    up effects. Need to check on this.
    
    darcs-hash:20050901234751-fbd8f-520f3c87627f81fa4724763fd3f63ef20d45fd24.gz

diff --git a/src/variable.c b/src/variable.c
index bc3ecf2..ee143b0 100644
--- a/src/variable.c
+++ b/src/variable.c
@@ -24,7 +24,6 @@
 static void variable_init_domain (GfsVariable * v, GfsDomain * domain)
 {
    v->i = gfs_domain_alloc (domain);
-   v->centered = TRUE;
    v->domain = domain;
 }
 

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list