Rename SpiceKernelException to SpiceException

This commit is contained in:
Alexander Bock
2015-11-21 23:15:48 -05:00
parent a087fe47e3
commit 2cc1a91fad
10 changed files with 47 additions and 47 deletions
+1 -1
View File
@@ -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());