|
Eprint subkeys vs. Print switches
Several eprint subkeys are
merely shortcuts for normal (no)print switches.
All such simple subkeys are used in the following way:
ESUBKEY argumentlist
Esubkey
One of the following eprint subkeys: Fit, Frag, GeoStep, NumInt, Repeat, SCF, sdiis,
SFO, TF, Time.
argumentlist
A sequence of names, separated by delimiters. Each of these
names will be concatenated with the esubkey and the combination will be stored as a normal
print switch.
Example:
Frag rot, SFO
will be concatenated to fragrot and fragsfo and both
will be stored as print switches. All
such combinations can also be specified directly with the key PRINT. The example
is therefore exactly equivalent with the input specification:
print FragRot,
Fragsfo
If any of the names starts with the two characters no, the remainder of the name will be concatenated with the eprint, but now the
result will be stored and treated as a
noprint switch.
Items that are on by default can in this way be turned off. Example:
EPRINT
FRAG noRot Eig
end
This turns Rot off and Eig on for the eprint subkey Frag. Equivalent would be:
NOPRINT FragRot
Print FragEig
Follows a description of all simple EPrint subkeys:
|