tstYieldResource.f90

./Core/re/f/tests/tstYieldResource.f90

1 program tstyieldresource
2 
3 #include "ScaleSTL/FortranTestMacros.h"
4 
6  use stringlist_m
7  use origen_testpaths_m
8 
9  type(origen_yieldresource) :: yield_resource
10  integer :: status,i
11  type(stringlist) :: errors
12  character(10000) :: string
13 
14 end program