Commit 04e8babf authored by Claes Sjofors's avatar Claes Sjofors

Ge group name change fix

parent 1b2a9854
...@@ -171,6 +171,10 @@ class GrowGroup : public GrowNode { ...@@ -171,6 +171,10 @@ class GrowGroup : public GrowNode {
\param node Rootnode. \param node Rootnode.
*/ */
void set_rootnode( void *node); void set_rootnode( void *node);
void set_object_name( char *name) { strcpy( n_name, name);
strcpy( nc->nc_name, name);}
}; };
/*@}*/ /*@}*/
......
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