added asymmetry plot

This commit is contained in:
nemu
2008-04-17 09:12:54 +00:00
parent ef4819ba07
commit beba182172
5 changed files with 179 additions and 87 deletions

View File

@ -225,6 +225,7 @@ int main(int argc, char *argv[])
// clean up
cout << endl << "clean up canvas vector ...";
for (unsigned int i=0; i<canvasVector.size(); i++) {
// check if canvas is still there before calling the destructor **TO BE DONE**
canvasVector[i]->~PMusrCanvas();
}
canvasVector.empty();