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

Stephane Popinet popinet at users.sf.net
Fri May 15 02:56:25 UTC 2009


The following commit has been merged in the upstream branch:
commit a523c0159f28226b7b472b642fbeecaff8282257
Author: Stephane Popinet <popinet at users.sf.net>
Date:   Tue May 12 09:17:42 2009 +1000

    Bug fix for corner refinement bug fix
    
    darcs-hash:20090511231742-d4795-401c0905625c1d156a6d523a4477625a754867f1.gz

diff --git a/src/adaptive.c b/src/adaptive.c
index 5c37f6e..38b94ad 100644
--- a/src/adaptive.c
+++ b/src/adaptive.c
@@ -1038,6 +1038,7 @@ static void refine_cell (FttCell * cell, AdaptLocalParams * p)
     ftt_cell_refine_single (cell, (FttCellInitFunc) local_cell_fine_init, p);
     if (level + 1 > p->depth)
       p->depth = level + 1;
+    p->changed = TRUE;
   }
 }
 

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list