This type of problem (long slowcools, many R-factor printouts) also
occurs if the value of tolerance is set to 0.0. You might want to
check your input file to be sure that tolerance is reset at the
beginning of the loop. In other words, the file should look like
this:
while ($trial le $ntrial) loop trial
coor swap end
coor copy end
xrefin
tolerance=0.2 lookup=true {* For dynamics. }
end
{ ... etc ... }