mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-01 00:09:58 -05:00
Rename SpiceKernelException to SpiceException
This commit is contained in:
@@ -302,7 +302,7 @@ void RenderableTrail::fullYearSweep(double time) {
|
||||
p =
|
||||
SpiceManager::ref().targetPosition(_target, _observer, _frame, {}, time, lightTime);
|
||||
}
|
||||
catch (const SpiceManager::SpiceKernelException& e) {
|
||||
catch (const SpiceManager::SpiceException& e) {
|
||||
// This fires for PLUTO BARYCENTER and SUN and uses the only value sometimes?
|
||||
// ---abock
|
||||
// LERROR(e.what());
|
||||
|
||||
Reference in New Issue
Block a user