Commit ae0646fa authored by Claes Sjofors's avatar Claes Sjofors

Ge, implementation of command dynamics for subgraphs in subgraphs

parent 1483f9dc
......@@ -4262,7 +4262,8 @@ void Graph::get_command( char *in, char *out, GeDyn *dyn)
}
}
s0 = in;
if ( dyn && dyn->total_dyn_type1 & ge_mDynType1_HostObject) {
if ( dyn && (dyn->total_dyn_type1 & ge_mDynType1_HostObject ||
strcmp( dyn->recursive_hostobject, "") != 0)) {
pwr_tAName hostobject;
dyn->get_hostobject( hostobject);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment