print fix for SOURCE

This commit is contained in:
Robin Müller 2024-04-17 20:49:57 +02:00
parent 9a1e82de2a
commit 5ff161b70a
Signed by: muellerr
GPG Key ID: A649FB78196E3849
1 changed files with 2 additions and 0 deletions

View File

@ -103,9 +103,11 @@ double CoordinateTransformations::getJuleanCenturiesTT(timeval timeUTC) {
if (result != returnvalue::OK) {
// i think it is better to continue here than to abort
timeTT = timeUTC;
#if FSFW_CPP_OSTREAM_ENABLED == 1
sif::error << "CoordinateTransformations::Conversion from UTC to TT failed. Continuing "
"calculations with UTC."
<< std::endl;
#endif
}
double jD2000TT;
Clock::convertTimevalToJD2000(timeTT, &jD2000TT);