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

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


The following commit has been merged in the upstream branch:
commit 96dbd8406c711c12559ed192d5088f73b4cd144c
Author: Stephane Popinet <popinet at users.sf.net>
Date:   Thu Nov 15 14:24:59 2007 +1100

    In VOF advection GfsAdvectionParams needs to be initialised properly
    
    darcs-hash:20071115032459-d4795-de22ed5d1f943fa70710553fe351a887863fb760.gz

diff --git a/src/vof.c b/src/vof.c
index 994a1a0..73d5c1d 100644
--- a/src/vof.c
+++ b/src/vof.c
@@ -1398,6 +1398,7 @@ void gfs_tracer_vof_advection (GfsDomain * domain,
   gfs_domain_timer_start (domain, "tracer_vof_advection");
 
   p.par = par;
+  gfs_advection_params_init (&p.vpar);
   p.vpar.v = gfs_temporary_variable (domain);
   p.vpar.fv = gfs_temporary_variable (domain);
   p.vpar.average = par->average;

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list