fixed2 BM1D.cc

This commit is contained in:
Korcsmaros Berta 2017-10-31 12:36:48 +01:00
parent 81a64a3884
commit 01754e746a
1 changed files with 2 additions and 2 deletions

View File

@ -55,8 +55,8 @@ int main(int argc, char* argv[])
break;
}
Plotter* myPlotter = new Plotter();
myPlotter->Plot(nRuns, nSteps, myBM1DProcess->GetT(), myBM1DProcess->GetX(), true);
Plotter* myPlotter = new Plotter(true);
myPlotter->Plot(nRuns, nSteps, myBM1DProcess->GetT(), myBM1DProcess->GetX());
App.Run();
return 0;