Skip to content
Snippets Groups Projects
Commit 6dd7e497 authored by Antoine Merle's avatar Antoine Merle Committed by Cristian Galperti
Browse files

Rename make_dict to rtc_make_dict

parent 8f324490
No related branches found
No related tags found
No related merge requests found
FUN PUBLIC make_dict(_type, optional _inode, optional _ithread)
FUN PUBLIC rtc_make_dict(_type, optional _inode, optional _ithread)
{
_thread = present(_ithread) ? iii(_ithread,2) : "%%";
......@@ -8,7 +8,7 @@ FUN PUBLIC make_dict(_type, optional _inode, optional _ithread)
_nodestr= ($SHOT>65700 || $SHOT==-1) ? "node" : "tcvrt";
_base = "\\rtc::top."//_nodestr//_node//".thread"//_thread//"."//_type//"s:"//_type//"_%%%";
write(*,"[make_dict] base="//_base);
/* write(*,"[rtc_make_dict] base="//_base); */
_nids = TreeFindNodeWild(_base);
_path = getnci(_nids,"PATH");
......
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