Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dr4kan committed Dec 20, 2022
1 parent 063d96b commit 0adb0dd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions EcoMug.h
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,6 @@ class EcoMug {
double mTheta0;
bool mAccepted;
double mHorizontalRate;
double mIntegralJprimeSphere;
double mIntegralJprimeCyl;
std::array<double, 2> mSkySize;
std::array<double, 3> mSkyCenterPosition;
double mCylinderHeight;
Expand Down Expand Up @@ -308,8 +306,7 @@ class EcoMug {
mSkySize({{0., 0.}}), mSkyCenterPosition({{0., 0., 0.}}), mCylinderHeight(0.),
mCylinderRadius(0.), mCylinderCenterPosition({{0., 0., 0.}}), mHSphereRadius(0.),
mMaxFuncSkyCylinder(5.3176), mHSphereCenterPosition({{0., 0., 0.}}),
mEngineC(std::random_device{}()), mHorizontalRate(170.), mIntegralJprimeSphere(129.1044),
mIntegralJprimeCyl(0.) {
mEngineC(std::random_device{}()), mHorizontalRate(170.) {
mDiscDistC = std::discrete_distribution<int>({128, 100});
mMaxJ = {-1., -1., -1.};
mMaxCustomJ = {-1., -1., -1.};
Expand Down

0 comments on commit 0adb0dd

Please sign in to comment.