Feature/cleanup (#837)

* Style guide fixes
* Various cleanups
* Update SGCT
This commit is contained in:
Alexander Bock
2019-05-03 13:27:43 +02:00
committed by GitHub
parent 6a6db9aa78
commit 595cbc4bcf
39 changed files with 78 additions and 74 deletions

View File

@@ -26,15 +26,9 @@
#include <openspace/engine/globals.h>
#include <openspace/util/spicemanager.h>
#include <ghoul/logging/logmanager.h>
#include <cstring>
namespace {
constexpr const char* _loggerCat = "SequenceParser";
} // namespace
namespace openspace {
std::map<std::string, ImageSubset>& SequenceParser::getSubsetMap() {