[cig-commits] commit: Remove an ugly printf

Mercurial hg at geodynamics.org
Wed Feb 24 16:54:16 PST 2010


changeset:   749:d66c6a73f743
tag:         tip
user:        Walter Landry <wlandry at caltech.edu>
date:        Wed Feb 24 16:52:42 2010 -0800
files:       SLE/ProvidedSystems/StokesFlow/src/UpdateDt.c
description:
Remove an ugly printf


diff -r 9ed40ccb1082 -r d66c6a73f743 SLE/ProvidedSystems/StokesFlow/src/UpdateDt.c
--- a/SLE/ProvidedSystems/StokesFlow/src/UpdateDt.c	Thu Feb 04 15:31:56 2010 -0800
+++ b/SLE/ProvidedSystems/StokesFlow/src/UpdateDt.c	Wed Feb 24 16:52:42 2010 -0800
@@ -75,8 +75,6 @@ double Stokes_SLE_UpdateDt( Stokes_SLE* 
             factor=Dictionary_GetDouble_WithDefault(dictionary,"dtFactor",1.0);
             localDt = factor*0.5 * minSeparation / velMax;
 
-            printf("dt %g %g %g %g\n",localDt,factor,minSeparation,velMax);
-
             MPI_Allreduce( &localDt, &globalDt, 1, MPI_DOUBLE, MPI_MIN, MPI_COMM_WORLD );
           }
 	return globalDt;



More information about the CIG-COMMITS mailing list