Skip to content

Commit

Permalink
allow public use of newRandomX
Browse files Browse the repository at this point in the history
  • Loading branch information
Ithanil committed Dec 11, 2018
1 parent 44f3f89 commit 9e00183
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/MCIntegrator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ class MCI

void resetAccRejCounters();

void newRandomX(); //to use if there is no pdf, take a new random _xold

void applyPBC(double * v);
void computeNewX();
void updateX();
Expand All @@ -94,6 +92,7 @@ class MCI
void setIRange(const double * const * irange);

void setX(const double * x);
void newRandomX(); // use if you want to take a new random _xold
void setMRT2Step(const double * mrt2step);

void setTargetAcceptanceRate(const double * targetaccrate);
Expand Down

0 comments on commit 9e00183

Please sign in to comment.