xo-process: drop RealizationTracer.next_eps() for now
All checks were successful
CI / smoke-test (push) Successful in 4m35s
All checks were successful
CI / smoke-test (push) Successful in 4m35s
This commit is contained in:
parent
5ecc724eb6
commit
aae2efb2f3
1 changed files with 3 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue