END.md¶
END
* Title
The END keyword terminates the input of data for a particular run. It is the final keyword that is read from the input file and the remainder of the file is ignored. The text used in Title is arbitrary and must be preceded by a *. Note that it must occur after the FISPACT keyword which initialises the run, but can be placed at any point after that.
Example usage:
< -- Control phase -- >
...
FISPACT
* Title of the simulation
< -- Initial phase -- >
...
END
* End of the simulation
or