From 47ca687cb2dca589cd95eb928b7a46dcb3349882 Mon Sep 17 00:00:00 2001 From: Nick Militello Date: Fri, 11 Oct 2024 13:17:58 -0400 Subject: [PATCH] Removed print statements for debugging of -start_stop times file option from monitor (#185) --- xolotl/solver/src/monitor/PetscMonitor.cpp | 4 ---- xolotl/solver/src/monitor/PetscMonitor0D.cpp | 4 ---- 2 files changed, 8 deletions(-) diff --git a/xolotl/solver/src/monitor/PetscMonitor.cpp b/xolotl/solver/src/monitor/PetscMonitor.cpp index 62da873d..d9ca31c1 100644 --- a/xolotl/solver/src/monitor/PetscMonitor.cpp +++ b/xolotl/solver/src/monitor/PetscMonitor.cpp @@ -341,11 +341,8 @@ PetscMonitor::startStop(TS ts, PetscInt timestep, PetscReal time, Vec solution) //if file of times for hdf5 write is give with -start_stop option else{ double objTime; - std::cout<<"starting time check"< 0) PetscFunctionReturn(0); @@ -388,7 +385,6 @@ PetscMonitor::startStop(TS ts, PetscInt timestep, PetscReal time, Vec solution) tsGroup.get(), speciesNames); h5Times.erase(h5Times.begin()); //remove time from list - std::cout<<"next objTime is: "<