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

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


The following commit has been merged in the upstream branch:
commit 110d9c679d33d83cf962b092aece116ce47da8cc
Author: Stephane Popinet <s.popinet at niwa.co.nz>
Date:   Thu Feb 10 11:07:37 2005 +1100

    Surface tension only works in 2D for now
    
    darcs-hash:20050210000737-fbd8f-0cee22e6c16bf0acf68b7fbad1466debcb05c382.gz

diff --git a/src/tension.c b/src/tension.c
index ae93226..5f98576 100644
--- a/src/tension.c
+++ b/src/tension.c
@@ -98,6 +98,10 @@ static void foreach_cell_tension (FttCell * cell, GfsSourceTension * s)
 static void gfs_source_tension_event (GfsEvent * event, 
 				      GfsSimulation * sim)
 {
+#if (!FTT_2D)
+  g_assert_not_implemented ();
+#endif
+
   gfs_domain_cell_traverse (GFS_DOMAIN (sim),
 			    FTT_PRE_ORDER, FTT_TRAVERSE_LEAFS, -1,
 			    (FttCellTraverseFunc) foreach_cell_normal, event);

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list