Skip to content
Snippets Groups Projects
Commit 54fd8547 authored by Francois Keith's avatar Francois Keith
Browse files

Add missing initialization in CallMethod

Bug noticed by M. Morisawa.
parent 5259f660
No related branches found
No related tags found
No related merge requests found
......@@ -336,8 +336,9 @@ RelativeFeetInequalities::CallMethod( std::string &Method, std::istringstream &A
RightFootSize_.setConstraints( SecurityMarginX_, SecurityMarginY_ );
LeftFootSize_.setConstraints( SecurityMarginX_, SecurityMarginY_ );
init_convex_hulls();
cout << "Security margin On X: " << SecurityMarginX_
<< " Security margin On Y: " << SecurityMarginX_ << endl;
<< " Security margin On Y: " << SecurityMarginY_ << endl;
}
}
......
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