Skip to content
Snippets Groups Projects
Commit 9d73db7a authored by jcarpent's avatar jcarpent
Browse files

[Algo] Add missing return

parent e4b26abf
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ namespace se3
#define DEFAULT_CHECKERS makeDefaultCheckerList()
bool Model::check() const { this->check(DEFAULT_CHECKERS); }
bool Model::check() const { return this->check(DEFAULT_CHECKERS); }
} // namespace se3
......
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