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;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
Plotter* myPlotter = new Plotter();
|
Plotter* myPlotter = new Plotter(true);
|
||||||
myPlotter->Plot(nRuns, nSteps, myBM1DProcess->GetT(), myBM1DProcess->GetX(), true);
|
myPlotter->Plot(nRuns, nSteps, myBM1DProcess->GetT(), myBM1DProcess->GetX());
|
||||||
|
|
||||||
App.Run();
|
App.Run();
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in New Issue