Skip to content

Commit

Permalink
Enhanced the getInfoMap method for the Sun (get eclipse data; #747)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-w authored and gzotti committed Dec 24, 2019
1 parent f5545cd commit 465c1b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/modules/Planet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -952,6 +952,7 @@ QVariantMap Planet::getInfoMap(const StelCore *core) const
map.insert("subsolar_point_b", (bop+bopp)*M_180_PI);
map.insert("colongitude", StelUtils::fmodpos(450.0*M_PI_180-lop-lopp, M_PI*2.0)*M_180_PI);
}

return map;
}

Expand Down

0 comments on commit 465c1b7

Please sign in to comment.