[Swift-devel] [Bug 83] nested loops hung

bugzilla-daemon at mcs.anl.gov bugzilla-daemon at mcs.anl.gov
Fri Jul 13 14:54:06 CDT 2007


http://bugzilla.mcs.anl.gov/swift/show_bug.cgi?id=83





------- Comment #2 from nefedova at mcs.anl.gov  2007-07-13 14:54 -------
Please copy *.mol2 and *.prt from ~nefedova/alamines to your directory and try
this program:

type file {}
file files[]<filesys_mapper;pattern=".mol2",location=".">;
file sfiles[]<filesys_mapper;pattern=".prt",location=".">;
string a = "a";
string b = "b";
string c = "c";
print(c);
foreach file f in files
{
string aa = "aa";
print(aa);
foreach s in sfiles{
print(b);
if (a=="a"){
print (a);
}else{
print(b);
}
}
}

It hangs after printing "c".


-- 
Configure bugmail: http://bugzilla.mcs.anl.gov/swift/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



More information about the Swift-devel mailing list