# | Line 91 | Line 91 | namespace oopse { | |
---|---|---|
91 | ||
92 | sprintf( checkPointMsg, | |
93 | "Sucessfully opened output file for stating.\n"); | |
94 | < | MPIcheckPoint(); |
94 | > | errorCheckPoint(); |
95 | #endif // is_mpi | |
96 | ||
97 | } | |
# | Line 137 | Line 137 | namespace oopse { | |
137 | #endif // is_mpi | |
138 | ||
139 | statfile_.precision(8); | |
140 | – | |
140 | for (int i =0; i < mask_.size(); ++i) { | |
141 | if (mask_[i]) { | |
142 | statfile_ << "\t" << s[i]; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |