Skip to content
Snippets Groups Projects
Commit 49e01913 authored by mnaveau's avatar mnaveau
Browse files

fix a problem of dimension in the dynamic filter

parent a3be85c4
No related branches found
No related tags found
No related merge requests found
......@@ -347,6 +347,7 @@ int DynamicFilter::OnLinefilter(
}
}
else{
deltaZMP_deq_.resize(N1);
for (unsigned int i = 0 ; i < N1 ; ++i)
{
deltaZMP_deq_[i].px = 0.0 ;
......
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