We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44f3f89 commit 9e00183Copy full SHA for 9e00183
src/MCIntegrator.hpp
@@ -67,8 +67,6 @@ class MCI
67
68
void resetAccRejCounters();
69
70
- void newRandomX(); //to use if there is no pdf, take a new random _xold
71
-
72
void applyPBC(double * v);
73
void computeNewX();
74
void updateX();
@@ -94,6 +92,7 @@ class MCI
94
92
void setIRange(const double * const * irange);
95
93
96
void setX(const double * x);
+ void newRandomX(); // use if you want to take a new random _xold
97
void setMRT2Step(const double * mrt2step);
98
99
void setTargetAcceptanceRate(const double * targetaccrate);
0 commit comments