Lines 100-106
Link Here
|
100 |
# If user is match equivalent named residues/atoms then fit in the match fields |
100 |
# If user is match equivalent named residues/atoms then fit in the match fields |
101 |
switch [GetValue $arrayname SUPERPOSE_MODE] \ |
101 |
switch [GetValue $arrayname SUPERPOSE_MODE] \ |
102 |
SSM { |
102 |
SSM { |
103 |
if { ![file exists [FindExecutable superpose]] } { |
103 |
if { ![file exists [FindExecutable superpose-ccp4]] } { |
104 |
WarningMessage "The program \"superpose\" is not on your path. |
104 |
WarningMessage "The program \"superpose\" is not on your path. |
105 |
Check your installation for \"superpose\" program and \"ssm\" library." |
105 |
Check your installation for \"superpose\" program and \"ssm\" library." |
106 |
return 0 |
106 |
return 0 |