1 #ifndef CONNOR_ITER_LOG_H 2 #define CONNOR_ITER_LOG_H 26 virtual void print(std::ostream& Os)
const { Os <<
"ConnorIterationLog";}
ConnorIterationLog(const boost::shared_ptr< StateVector > &Sv)
virtual void print(std::ostream &Os) const
This is an observer of the ConnorSolver that writes out the state vector values in a nicely formated ...
void notify_update(const ConnorSolver &solver)
Called when the Observed object is updated.
static const int SV_PRINT_WIDTH
This is a Mixin for classes that can be printed.
Contains classes to abstract away details in various Spurr Radiative Transfer software.
Simple Mixin to be and Observer of another object of class T.