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

rename assert method

parent 7ed19312
No related branches found
No related tags found
1 merge request!346Resolve "Frame/Capture/Feature/Landmark Other as list/vectors in FactorBase"
......@@ -31,7 +31,7 @@ class CheckLog
is_consistent_ = is_consistent_ and l.is_consistent_;
explanation_ = explanation_ + l.explanation_;
}
void addAssertion(bool _condition, std::stringstream& _stream)
void assertTrue(bool _condition, std::stringstream& _stream)
{
auto cl = CheckLog(_condition, _stream.str());
this->compose(cl);
......
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