mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-02 09:41:13 -06:00
Remove CppCheck warnings
This commit is contained in:
@@ -109,9 +109,7 @@ bool RenderablePath::initialize() {
|
||||
|
||||
bool intervalSet = hasTimeInterval();
|
||||
if (intervalSet) {
|
||||
getInterval(_start, _stop);
|
||||
std::string start = SpiceManager::ref().dateFromEphemerisTime(_start);
|
||||
std::string stop = SpiceManager::ref().dateFromEphemerisTime(_stop);
|
||||
completeSuccess &= getInterval(_start, _stop);
|
||||
}
|
||||
|
||||
return completeSuccess;
|
||||
|
||||
Reference in New Issue
Block a user