From 0adb0dd3972beffc0afaa00a4cc31fc69ad09dec Mon Sep 17 00:00:00 2001 From: dr4kan Date: Tue, 20 Dec 2022 21:49:57 +0100 Subject: [PATCH] Minor fixes --- EcoMug.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/EcoMug.h b/EcoMug.h index 41beac3..0bf688c 100644 --- a/EcoMug.h +++ b/EcoMug.h @@ -278,8 +278,6 @@ class EcoMug { double mTheta0; bool mAccepted; double mHorizontalRate; - double mIntegralJprimeSphere; - double mIntegralJprimeCyl; std::array mSkySize; std::array mSkyCenterPosition; double mCylinderHeight; @@ -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({128, 100}); mMaxJ = {-1., -1., -1.}; mMaxCustomJ = {-1., -1., -1.};