Skip to content
Snippets Groups Projects
Commit 6f1554f1 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

update some comments

parent 80ec79d8
No related branches found
No related tags found
1 merge request!380Resolve "Problem::getState/getTimeStamp considering not initialized processors"
Pipeline #5679 failed
This commit is part of merge request !380. Comments created here will be created in the context of that merge request.
......@@ -460,7 +460,7 @@ VectorComposite Problem::getState(const StateStructure& _structure) const
}
}
// check for empty blocks and fill them with the last KF, or with zeros in the worst case
// check for empty blocks and fill them with the last KF, with the prior, or with zeros in the worst case
VectorComposite state_last;
......@@ -510,7 +510,7 @@ VectorComposite Problem::getState (const TimeStamp& _ts, const StateStructure& _
}
}
// check for empty blocks and fill them with the closest KF to ts, or with zeros in the worst case
// check for empty blocks and fill them with the closest KF to ts, with the prior, or with zeros in the worst case
VectorComposite state_last;
......
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