mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-17 19:10:32 -05:00
Added final tests for checking start time
This commit is contained in:
@@ -34,20 +34,11 @@
|
||||
|
||||
namespace openspace::globebrowsing {
|
||||
|
||||
/*TimeQuantizer::TimeQuantizer(const std::string& start, const std::string& end,
|
||||
double resolution)
|
||||
: _start(start)
|
||||
, _resolution(resolution)
|
||||
, _timerange(start, end)
|
||||
{
|
||||
//setStartEndRange(start, end);
|
||||
}*/
|
||||
|
||||
TimeQuantizer::TimeQuantizer(const std::string& start, const std::string& end,
|
||||
const std::string& resolution)
|
||||
: _start(start)
|
||||
, _timerange(start, end)
|
||||
//TimeQuantizer(start, end, parseTimeResolutionStr(resolution))
|
||||
{
|
||||
verifyStartTimeRestrictions();
|
||||
_resolution = parseTimeResolutionStr(resolution);
|
||||
|
||||
Reference in New Issue
Block a user