[cig-commits] commit: rm printf statement.

Mercurial hg at geodynamics.org
Mon Nov 24 11:30:56 PST 2008


changeset:   90:0d1dc4b42723
user:        MirkoVelic
date:        Mon Apr 14 01:03:00 2008 +0000
files:       Utils/src/PCDVC.c
description:
rm printf statement.


diff -r ceae273a26b2 -r 0d1dc4b42723 Utils/src/PCDVC.c
--- a/Utils/src/PCDVC.c	Mon Apr 14 00:55:01 2008 +0000
+++ b/Utils/src/PCDVC.c	Mon Apr 14 01:03:00 2008 +0000
@@ -1297,7 +1297,6 @@ void _PCDVC_Calculate2D( void* pcdvc, vo
 	      if(dist > CentPosRatio*FEMCEllspan){flag = 1;}
 	      
 	}
-	if(flag && lCell_I < 33){ printf("cell = %d CentPosRatio =  %lf\n",lCell_I,CentPosRatio);}
 	if(Inflow && (  ((1.0*nump_orig)/ParticlesPerCell < Thresh) || flag  ) ){
 	      int oneOda = (int)(1.0/da + 0.5);
 	      double dist;



More information about the CIG-COMMITS mailing list