X-Git-Url: http://git.treefish.org/~alex/phys/latlib.git/blobdiff_plain/f2373be314dc298d602b1939cde3d5ae990dd07f..40171a80594f79b137900fae122a2e33a3a88f95:/o815/o815.cpp?ds=sidebyside diff --git a/o815/o815.cpp b/o815/o815.cpp index a2b35e8..9fcae16 100644 --- a/o815/o815.cpp +++ b/o815/o815.cpp @@ -64,8 +64,6 @@ void o815::mainLoop() { for (vector::iterator obsit = observables.begin(); obsit != observables.end(); ++obsit) { (*obsit)->finish(); } - - //MPI_Finalize(); } void o815::parseArgs(int argc, char **argv) { @@ -145,9 +143,6 @@ o815::~o815() { if(rank==0) cout << "#end" << endl << flush; } - - cout << "bu:" << rank << endl; - delete out; MPI_Finalize(); }