Example: Switch Control to Another File

Suppose the file called “mini.str" contains the following statements:
minimize powell
   nstep=40.0
end
One can then include the contents of this file in another file by specifying the “@" statement; e.g.,
@mini.str
is equivalent to
minimize powell
   nstep=40.0
end


Xplor-NIH 2023-11-10