Removed debugging statement

This commit is contained in:
James E McClure 2015-11-12 10:55:59 -05:00
parent 401ef23114
commit e0aa35b32a

View File

@ -746,7 +746,7 @@ int main(int argc, char **argv)
writeIDMap(ID_map_struct(),0,id_map_filename);
AnalysisWaitIdStruct work_ids;
while (timestep < timestepMax && err > tol ) {
if ( rank==0 ) { printf("Running timestep %i (%i MB)\n",timestep+1,(int)(Utilities::getMemoryUsage()/1048576)); }
//if ( rank==0 ) { printf("Running timestep %i (%i MB)\n",timestep+1,(int)(Utilities::getMemoryUsage()/1048576)); }
PROFILE_START("Update");
//*************************************************************************