mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-01 00:09:58 -05:00
Use more filesystem::path where applicable
This commit is contained in:
@@ -36,7 +36,7 @@ using namespace openspace;
|
||||
namespace {
|
||||
int loadLSKKernel() {
|
||||
const int kernelID = openspace::SpiceManager::ref().loadKernel(
|
||||
absPath("${TESTDIR}/SpiceTest/spicekernels/naif0008.tls").string()
|
||||
absPath("${TESTDIR}/SpiceTest/spicekernels/naif0008.tls")
|
||||
);
|
||||
CHECK(kernelID == 1);
|
||||
return kernelID;
|
||||
|
||||
Reference in New Issue
Block a user