mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 11:39:49 -06:00
Read Horizons file with double precision
This commit is contained in:
@@ -171,9 +171,9 @@ void HorizonsTranslation::readHorizonsTextFile() {
|
||||
std::stringstream str(line);
|
||||
std::string date;
|
||||
std::string time;
|
||||
float range = 0;
|
||||
float gLon = 0;
|
||||
float gLat = 0;
|
||||
double range = 0;
|
||||
double gLon = 0;
|
||||
double gLat = 0;
|
||||
|
||||
// File is structured by:
|
||||
// YYYY-MM-DD
|
||||
|
||||
Reference in New Issue
Block a user