-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #251 from njoy/fix/mubar
Fix/mubar
- Loading branch information
Showing
12 changed files
with
1,165,148 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/input" | ||
"${CMAKE_CURRENT_BINARY_DIR}/input" COPYONLY ) | ||
|
||
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/referenceTape60" | ||
"${CMAKE_CURRENT_BINARY_DIR}/referenceTape60" COPYONLY ) | ||
|
||
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/referenceTape55" | ||
"${CMAKE_CURRENT_BINARY_DIR}/referenceTape55" COPYONLY ) | ||
|
||
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/referenceTape71" | ||
"${CMAKE_CURRENT_BINARY_DIR}/referenceTape71" COPYONLY ) | ||
|
||
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/referenceTape76" | ||
"${CMAKE_CURRENT_BINARY_DIR}/referenceTape76" COPYONLY ) | ||
|
||
configure_file("${RESOURCES}/n-001_H_001-ENDF8.0-Beta6.endf" | ||
"${CMAKE_CURRENT_BINARY_DIR}/tape20" COPYONLY ) | ||
|
||
configure_file("${RESOURCES}/tsl-HinZrH-ENDF8.0.endf" | ||
"${CMAKE_CURRENT_BINARY_DIR}/tape21" COPYONLY ) | ||
|
||
add_test( NAME "Test74" | ||
COMMAND ${Python3_EXECUTABLE} "../execute.py" | ||
WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}" ) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
-- case 3: thermal scattering inelastic and incoherent inelastic | ||
moder | ||
20 -30 | ||
moder | ||
21 -40 | ||
reconr | ||
-30 -31 / | ||
'PENDF tape for ENDF/B-VIII.0 H-1'/ | ||
125 2 0 / | ||
0.001 / | ||
'H-1 from ENDF/B-VIII.0' / | ||
'processed at 0.1% tolerance' / | ||
0 / | ||
broadr | ||
-30 -31 -32 | ||
125 1 / | ||
0.001 / | ||
296 / | ||
0 / | ||
thermr | ||
-40 -32 -50 / | ||
7 125 20 1 2 1 0 1 221 1 / | ||
296 / | ||
0.001 1. / | ||
moder | ||
-50 60 | ||
acer | ||
-30 -50 0 70 75 / Card1 | ||
2 1 1 .10 0 / Card2 | ||
'H in ZrH @296K from ENDF/B-VIII.0' / Card3 | ||
125 296 'hzrh' 1 / Card8 | ||
1001 / Card8a | ||
221 20 222 1 1 1. 2 / Card9 | ||
acer | ||
0 70 55 71 76 / | ||
7 1 1 -1/ | ||
'H in ZrH @296K from ENDF/B-VIII.0 - check tape 1' | ||
viewr | ||
55 56 | ||
stop |
Oops, something went wrong.