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

ups!

parent 229516a2
No related branches found
No related tags found
1 merge request!243Constraint prior sensor params
This commit is part of merge request !243. Comments created here will be created in the context of that merge request.
......@@ -387,14 +387,14 @@ bool SensorBase::isStateBlockDynamic(unsigned int _i, const TimeStamp& _ts, Capt
bool SensorBase::isStateBlockDynamic(unsigned int _i) const
{
CaptureBasePtr& cap;
CaptureBasePtr cap;
return isStateBlockDynamic(_i,cap);
}
bool SensorBase::isStateBlockDynamic(unsigned int _i, const TimeStamp& _ts) const
{
CaptureBasePtr& cap;
CaptureBasePtr cap;
return isStateBlockDynamic(_i,_ts,cap);
}
......
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