xo-process: drop RealizationTracer.next_eps() for now
All checks were successful
CI / smoke-test (push) Successful in 4m35s

This commit is contained in:
Roland Conybeare 2026-06-06 12:41:44 -04:00
commit aae2efb2f3

View file

@ -54,11 +54,13 @@ namespace xo {
return this->current_;
} /*next_dt*/
std::pair<utc_nanos, T> next_eps(double eps) {
#ifdef NOT_IN_USE // need .advance_eps() for this
std::pair<utc_nanos, T> next_eps(double eps) {
this->advance_eps(eps);
return this->current_;
} /*next_eps*/
#endif
/* sample with fixed time:
* - advance to point t+dt, with dt specified.