Skip to content

Commit 3fafb6a

Browse files
committed
Removed some older calculations, no longer needed
1 parent a22abb5 commit 3fafb6a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/BaseStar.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3411,10 +3411,6 @@ DBL_DBL_DBL_DBL BaseStar::CalculateImKnmEquilibrium(const double p_Omega, const
34113411
double rIn_7 = rIn_2 * rIn_5;
34123412
double rIn_9 = rIn_2 * rIn_7;
34133413

3414-
double a_2 = p_SemiMajorAxis * p_SemiMajorAxis;
3415-
double a_3 = a_2 * p_SemiMajorAxis;
3416-
double a_6 = a_3 * a_3;
3417-
34183414
double omegaSpin = Omega();
34193415
double twoOmegaSpin = omegaSpin + omegaSpin;
34203416

0 commit comments

Comments
 (0)