15 #ifndef BORNAGAIN_CORE_COMPUTATION_DELAYEDPROGRESSCOUNTER_H 
   16 #define BORNAGAIN_CORE_COMPUTATION_DELAYEDPROGRESSCOUNTER_H 
   35     const size_t m_interval;
 
Counter for reporting progress (with delay interval) in a threaded computation.
 
void stepProgress()
Increments inner counter; at regular intervals updates progress handler.
 
Maintains information about progress of a computation.