65 void writeStatReport();
66 void setReportFileName(
const std::string& rfn) { reportFileName_ = rfn; }
70 void writeReal(
int i);
71 void writeVector(
int i);
72 void writePotVec(
int i);
73 void writeMatrix(
int i);
74 void writeArray(
int i);
76 std::ofstream statfile_;
77 std::ofstream reportfile_;
78 std::string reportFileName_;