tstDecayResourceIO.f90

./Core/io/f/tests/tstDecayResourceIO.f90

1 #include "ScaleDBCF/DBCF.h"
2 program main
3 
6 
7 use dbcf_m
8 use origen_testpaths_m
9 
10 implicit none
11 
12 type(origen_decayresource) :: dr
13 type(origen_decayresourceio) :: dr_io
14 
15 end program