1$$ a2 0 a14 1 a15 -1 a16 8 a18 238 e t
for understanding the data that actually gets put on the library. This data is organized by daughter, so to check the byproduct (tritium=t) of the (n,t) reaction, see the highlighted value.
  h  3   10030  1.084E-03      h  2   10020 2.862E-06  he  3   20030 8.222E+00  li  6   30060 1.783E+00  li  7   30070 1.092E-02
                              be  9   40090 2.939E-04   b 10   50100 9.136E-03   b 11   50110 2.345E-04   c 13   60130 7.645E-05
                               n 14   70140 8.126E-04   n 15   70150 3.500E-04   o 17   80170 3.007E-05   o 18   80180 1.540E-08
                               f 19   90190 1.160E-03  ne 21  100210 2.472E-05  na 22  110220 5.352E-07  na 23  110230 6.561E-05
 he  4   20040  0.000E+00     he  3   20030 1.609E-05  li  6   30060 1.804E+00  li  7   30070 1.126E-02  be  7   40070 3.457E-02
                              be  9   40090 3.108E-03  be 10   40100 2.589E-04   b 10   50100 6.367E+00   b 11   50110 6.811E-04
                               c 12   60120 1.472E-02   c 13   60130 2.015E-03   c 14   60140 1.258E-04   n 14   70140 9.605E-03

 lib {
   file = "${INPDIR}/cx.f33" pos=1
 }ORIGEN actually does not know how to expand the ${INPDIR} environment variable. It is expecting a real file name. So you can just change this to:
 lib {
   file = "ft33f001" pos=1
 }Will Wieselquist
SCALE Team