Skip to content
Snippets Groups Projects
Commit da9c33c7 authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

more verbose print

parent cb3a0344
No related branches found
No related tags found
1 merge request!448Draft: Resolve "Implementation of new nodes creation"
Pipeline #21137 failed
......@@ -92,7 +92,7 @@ void ProcessorBase::captureCallback(CaptureBasePtr _capture)
double n_captures = profiling_capture_.getNCallbacks();
capture_period_mean_ = ((n_captures - 2) * capture_period_mean_ + dt) / (n_captures - 1);
WOLF_ERROR_COND(capture_period_mean_ < getTimeTolerance() * 2,
WOLF_ERROR_COND(capture_period_mean_ * 1.01 < getTimeTolerance() * 2,
getType(),
" - ",
getName(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment