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

Add the display method for normalization purposes.

This allows to do 'print solver' in the python interface.
The 'dispTask' method is kept for transition purpose.
parent 2d6e32c2
No related branches found
No related tags found
No related merge requests found
......@@ -256,6 +256,9 @@ namespace dynamicgraph
addCommand("dispStack", \
makeCommandVerbose(*this,&stack_t::display, \
docCommandVerbose("Guess what?"))); \
addCommand("display", \
makeCommandVerbose(*this,&stack_t::display, \
docCommandVerbose("display the list of tasks pushed inside the stack.")));\
addCommand("up", \
makeCommandVoid1(*this, \
(void (EntityClassName::*)(const std::string&)) \
......
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