mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-22 19:29:04 -05:00
Update Ghoul version
Make the modules depend on C++14 Change the OpenSpace code to the new Ghoul version
This commit is contained in:
@@ -24,6 +24,9 @@
|
||||
|
||||
#include <modules/newhorizons/util/instrumentdecoder.h>
|
||||
|
||||
#include <ghoul/misc/assert.h>
|
||||
#include <ghoul/logging/logmanager.h>
|
||||
|
||||
namespace {
|
||||
const std::string _loggerCat = "InstrumentDecoder";
|
||||
const std::string keyDetector = "DetectorType";
|
||||
|
||||
@@ -28,6 +28,8 @@
|
||||
#include <openspace/util/spicemanager.h>
|
||||
#include <modules/newhorizons/util/decoder.h>
|
||||
|
||||
#include <ghoul/logging/logmanager.h>
|
||||
|
||||
namespace {
|
||||
const std::string _loggerCat = "SequenceParser";
|
||||
const std::string keyTranslation = "DataInputTranslation";
|
||||
|
||||
Reference in New Issue
Block a user