diff --git a/NPLib/Core/NPDetectorManager.cxx b/NPLib/Core/NPDetectorManager.cxx index 28c4c9b778f441b487fdc87c6bb91330da57f536..01a9f337ca9aa2e60220bc22c3331a71e305b394 100644 --- a/NPLib/Core/NPDetectorManager.cxx +++ b/NPLib/Core/NPDetectorManager.cxx @@ -352,9 +352,11 @@ void NPL::DetectorManager::InitSpectra(){ ///////////////////////////////////////////////////////////////////////////////////////////////// void NPL::DetectorManager::WriteSpectra(){ + std::cout << endl << "\r \033[1;36m *** Writing Spectra: this may take a while ***\033[0m"<<flush; map<string,VDetector*>::iterator it; for (it = m_Detector.begin(); it != m_Detector.end(); ++it) it->second->WriteSpectra(); + std::cout << "\r " << flush; } /////////////////////////////////////////////////////////////////////////////////////////////////