Next: 10.5 Allocating dynamic memory Up: 10 PROGRAM CONTROL Previous: 10.3 Restarting a job


10.4 Including secondary input files (INCLUDE)

INCLUDE,file,echo;

Insert the contents of the specified file in the input stream. In most implementations the file name given is used directly in a Fortran open statement. If the parameter echo is nonzero, the included file is echoed to the output in the normal way, but by default its contents are not printed. The included file may itself contain INCLUDE commands up to a maximum nesting depth of 10.


molpro@molpro.net
Oct 10, 2007