Skip to content
Snippets Groups Projects
Commit 059a712f authored by Letitia Li's avatar Letitia Li
Browse files

TML backtracing

parent 5b949a23
No related branches found
No related tags found
No related merge requests found
......@@ -241,7 +241,7 @@ public class TMLComponentDesignPanel extends TURTLEPanel {
LinkedList<AvatarAttribute> nonSecretAttributes = pvoa.getNonSecretTerms ();
for (AvatarAttribute attr: secretAttributes){
System.out.println("!!!");
iterator = tmlctdp.getComponentList().listIterator();
iterator = tmlctdp.getPrimitiveComponentList().listIterator();
while (iterator.hasNext()){
tgc = (TGComponent)(iterator.next());
if (tgc instanceof TMLCPrimitivePort){
......
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