-
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 #275 from njoy/fix/pn-law2
Photonuclear heating number for LAW=2
- Loading branch information
Showing
8 changed files
with
8,649 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/input" | ||
"${CMAKE_CURRENT_BINARY_DIR}/input" COPYONLY ) | ||
|
||
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/referenceTape31" | ||
"${CMAKE_CURRENT_BINARY_DIR}/referenceTape31" COPYONLY ) | ||
|
||
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/referenceTape34" | ||
"${CMAKE_CURRENT_BINARY_DIR}/referenceTape34" COPYONLY ) | ||
|
||
configure_file("${RESOURCES}/g-002-He-3-IAEA.endf" | ||
"${CMAKE_CURRENT_BINARY_DIR}/tape20" COPYONLY ) | ||
|
||
add_test( NAME "Test78" | ||
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,27 @@ | ||
-- moder | ||
moder | ||
20 -30 | ||
-- reconr | ||
reconr | ||
-30 -21/ | ||
'He3 IAEA photonuclear data' / | ||
225 / | ||
0.001 / | ||
0/ | ||
moder | ||
-21 90 | ||
-- acer | ||
acer | ||
-30 -21 0 31 32 / Card 1 | ||
5 0 1 .31 / Card 2 | ||
'He3 IAEA photonuclear data' / Card 3 | ||
225 / Card 12 | ||
-- acer check/plot/correct | ||
acer | ||
0 31 33 34 35 | ||
7 1 1 -1/ | ||
'He3 IAEA photonuclear data - check tape' | ||
-- viewr plots from check tape | ||
viewr | ||
33 43 | ||
stop |
Oops, something went wrong.