Skip to content

Commit

Permalink
Adding test 75 for issue #250
Browse files Browse the repository at this point in the history
  • Loading branch information
whaeck committed Aug 3, 2022
1 parent ca2cd41 commit 87a282e
Show file tree
Hide file tree
Showing 5 changed files with 176,135 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/75/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/input"
"${CMAKE_CURRENT_BINARY_DIR}/input" COPYONLY )

configure_file("${CMAKE_CURRENT_SOURCE_DIR}/referenceTape26"
"${CMAKE_CURRENT_BINARY_DIR}/referenceTape26" COPYONLY )

add_test( NAME "Test75"
COMMAND ${Python3_EXECUTABLE} "../execute.py"
WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}" )
24 changes: 24 additions & 0 deletions tests/75/input
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
reconr /
20 21
'ENDF/B-7.1 PENDF for 47-Ag-109 '/
4731 2/
0.001/ err
'ENDF/B-7.1: 47-Ag-109 '/
'Processed by NJOY'/
0/

broadr /
20 21 22
4731 2 0 0 0. /
0.001/ errthn
293.6 600.0
0/

acer /
20 22 0 26 27
1 0 1 .01 /
'ENDF/B-7.1: 47-Ag-109 at 293.6'/
4731 293.6
1 1/
/
stop
Loading

0 comments on commit 87a282e

Please sign in to comment.