Depending
on the parameter STRICTCHECK in file lib/variable.registry
the program may tolerate directives given after commands without curley brackets.
The program checks for ambiguities in the input. A directive is considered ambiguous
if a command or procedure with the same name is known, and the directive is not in
a command block (i.e., no curley brackets are used).
STRICTCHECK=0: The input checker tolerates ambiguous directives if they a
are followed by a non ambiguous directive which is valid for the current command.
STRICTCHECK=1: The input checker does not tolerate any ambiguous directives.
STRICTCHECK=2: The input checker does not tolerate any directives outside curley brackets.
The default is STRICTCHECK=0, which gives the maximum possible comüpatibility
to previous Molpro versions.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.