Commit 088d7e6f authored by Claes Sjofors's avatar Claes Sjofors

Ge recursive references for subscription added

parent 84ac065b
......@@ -4596,6 +4596,11 @@ int Graph::get_reference_name( char *name, char *tname)
else
strcpy( refname, &name[1]);
if ( refname[0] == '&') {
sts = get_reference_name( refname, refname);
if ( EVEN(sts)) return sts;
}
sts = gdh_GetAttributeCharacteristics( refname, &atid, &asize, &aoffs, &aelem);
if ( EVEN(sts)) return sts;
......
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