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

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


The following commit has been merged in the upstream branch:
commit ecf1c7d0ef54c059dbe7e5c010c32be83f543a60
Author: Stephane Popinet <s.popinet at niwa.co.nz>
Date:   Tue Mar 8 15:41:29 2005 +1100

    Specks are removed automatically from the simulation
    
    "Specks" are tiny (less than one cell volume) solid domains.
    
    darcs-hash:20050308044129-fbd8f-e0f179665b8d06265071393cec96d431aa5c8f4f.gz

diff --git a/src/simulation.c b/src/simulation.c
index c48baf1..0e81a18 100644
--- a/src/simulation.c
+++ b/src/simulation.c
@@ -860,8 +860,7 @@ void gfs_simulation_refine (GfsSimulation * sim)
   if (sim->surface) {
     gfs_domain_timer_start (domain, "solid_fractions");
     gfs_domain_init_solid_fractions (domain, sim->surface, TRUE,
-				     (FttCellCleanupFunc) gfs_cell_cleanup, NULL, 
-				     NULL);
+				     (FttCellCleanupFunc) gfs_cell_cleanup, NULL);
     gfs_domain_match (domain);
     gfs_domain_timer_stop (domain, "solid_fractions");
   }

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list