65 static void writeObs(
int confNum, std::vector<Observable*>& obsList);
67 static void printThermStep(
int step, std::vector<Observable*>& obsList,
double acceptRatio);
69 static void printGenStep(
int confNum, std::vector<Observable*>& obsList,
double acceptRatio);
71 static void writeFlowObs(
double flowTime, std::vector<Observable*>& obsList);
Contains the definition of the Lattice class.
static void printInitialConditions()
Prints basic info about the system.
Contains the definition of the Observable prototype.
static void printThermStep(int step, std::vector< Observable * > &obsList, double acceptRatio)
Prints information about a thermalization step.
static void writeFlowObs(double flowTime, std::vector< Observable * > &obsList)
Prints information about a flow time evolution step.
static void printGenStep(int confNum, std::vector< Observable * > &obsList, double acceptRatio)
Prints information about a generation step.
Class for standard output.
static void writeObs(int confNum, std::vector< Observable * > &obsList)
Prints the status of the current object list for a given conf.