Keyword:END

From FISPACT-II Wiki
Jump to: navigation, search

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 simultion
< -- Initial phase -- > 
...
END
* End of the simultion

or

< -- Control phase -- >
...
FISPACT
* Title of the simultion
< -- Initial phase -- > 
...
< -- Inventory phase -- > 
...
END
* End of the simultion