Commit f2dbc9c0 authored by Alexander Lapshin's avatar Alexander Lapshin

.

parent 6c1c93b7
......@@ -185,7 +185,10 @@ Vect6 XInterpolator::get_pos(const TimeJD& date, const bool tks) const
}
if (!(date >= m_beg && date <= m_end)) {
throw Exp() << "interpolation date out of range\n";
throw Exp()
<< "interpolation date out of range\n"
<< "date is " << DateToStr(date) << "\n"
<< "inerval is " << DateToStr(m_beg) << " - " << DateToStr(m_end) << "\n";
}
double outvec[6];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment