Issue/timequantizertest (#1092)

* Added pre-2000 date tests to globebrowsing timequantizer
* Merge with latest master
This commit is contained in:
Gene Payne
2020-02-19 14:22:42 -07:00
committed by GitHub
parent 9c34a55e50
commit daf9b66328
2 changed files with 34 additions and 4 deletions
+1 -1
View File
@@ -371,13 +371,13 @@ private:
void verifyResolutionRestrictions(const int value, const char unit);
double diff(DateTime& from, DateTime& to);
void doFirstApproximation(DateTime& q, DateTime& unQ, double value, char unit);
RangedTime _timerange;
double computeSecondsFromResolution(const int valueIn, const char unit);
double _resolution = 0.0;
double _resolutionValue = 0.0;
char _resolutionUnit = 'd';
DateTime _dt;
DateTime _start;
RangedTime _timerange;
};
} // namespace openspace::globebrowsing