fixed2 BM1D.cc
This commit is contained in:
parent
81a64a3884
commit
01754e746a
4
BM1D.cc
4
BM1D.cc
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue