mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-24 04:58:59 -05:00
Rename SpiceKernelException to SpiceException
This commit is contained in:
@@ -429,7 +429,7 @@ void RenderablePlanetProjection::attitudeParameters(double time){
|
||||
SpiceManager::FieldOfViewResult res = SpiceManager::ref().fieldOfView(_instrumentID);
|
||||
bs = std::move(res.boresightVector);
|
||||
}
|
||||
catch (const SpiceManager::SpiceKernelException& e) {
|
||||
catch (const SpiceManager::SpiceException& e) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user