Put some lines in logical order
This commit is contained in:
parent
9a80b61aed
commit
1ce815d60e
@ -167,8 +167,8 @@ check_aspects_inner_loop(gpointer data, gpointer user_data)
|
|||||||
g_assert(outerPlanetData != NULL);
|
g_assert(outerPlanetData != NULL);
|
||||||
g_assert(innerPlanetData != NULL);
|
g_assert(innerPlanetData != NULL);
|
||||||
|
|
||||||
distance = fabs(outerPlanet->position - innerPlanet->position);
|
|
||||||
planetOrb = fmin(outerPlanetData->orb, innerPlanetData->orb);
|
planetOrb = fmin(outerPlanetData->orb, innerPlanetData->orb);
|
||||||
|
distance = fabs(outerPlanet->position - innerPlanet->position);
|
||||||
|
|
||||||
if (distance > 180.0) {
|
if (distance > 180.0) {
|
||||||
distance = 360.0 - distance;
|
distance = 360.0 - distance;
|
||||||
|
Loading…
Reference in New Issue
Block a user