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

Stephane Popinet popinet at users.sf.net
Fri May 15 02:55:38 UTC 2009


The following commit has been merged in the upstream branch:
commit 3eb2e17fcb634a5bc4362e69570312b476f6371d
Author: Stephane Popinet <popinet at users.sf.net>
Date:   Tue Jul 29 07:29:57 2008 +1000

    Removed left-over debugging message
    
    darcs-hash:20080728212957-d4795-6de560a978e9403b30abeb2dc1300832afc7a000.gz

diff --git a/src/solid.c b/src/solid.c
index ae7e527..939fcd3 100644
--- a/src/solid.c
+++ b/src/solid.c
@@ -876,10 +876,6 @@ static void match_fractions (FttCell * cell, GfsVariable * status)
 static void reset_solid (FttCell * cell, GfsVariable * status)
 {
   GFS_VALUE (cell, status) = 0.;
-  if (GFS_STATE (cell)->solid)
-    fprintf (stderr, "* %g %g %g %p\n",
-	     GFS_STATE (cell)->solid->ca.x, GFS_STATE (cell)->solid->ca.y,
-	     GFS_STATE (cell)->solid->a, cell);
   g_free (GFS_STATE (cell)->solid);
   GFS_STATE (cell)->solid = NULL;
 }

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list