The `library' file contains data for energy deposition to the
residual nucleus, and mcfgen does not use this information.
This data is identified by
= 11. It would be very
easy to process this data as group-averaged energy deposition. All
that is needed is to modify the array irlst of permissible
values of I_number in the file `datcom.h' and to change
the reading of irlst in main. In particular, in `datcom.h' change irlst from
ELSEIF (I_number .EQ. 10)by
ELSEIF ((I_number .EQ. 10) .OR. (I_number .EQ. 11))