Skip to content

Commit

Permalink
cosmetic changes beamnrc.mortran egsnrc.macros
Browse files Browse the repository at this point in the history
  • Loading branch information
edoerner committed Jan 30, 2019
1 parent 9aa6f5e commit 4a75b78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion HEN_HOUSE/omega/beamnrc/beamnrc.mortran
Original file line number Diff line number Diff line change
Expand Up @@ -5544,7 +5544,7 @@ $IF(#,_NOPJOB);
AMASS(ID)=0.; "zero these since they get summed again in ISUMRY"
]
CALL ISUMRY;
"call egs_combine_runs(combine_results,'.egsdat');"
call egs_combine_runs(combine_results,'.egsdat');
NCASET=NCASEO; IHSTRY=NCASET; NCASE=0;
CALL SRCOTO(WEIGHT);
goto :TIME-PLUS-ANAL:;
Expand Down
5 changes: 2 additions & 3 deletions HEN_HOUSE/src/egsnrc.macros
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@
%L "Turn on listing

"*******************************************************************************
" #HYBRID_EGS - MACROS and definitions needed for MPI/OpenMP parallel
" implementation.
" #PARALLEL_EGS - MACROS and definitions needed for MPI parallel implementation.
"*******************************************************************************

" MACRO TO USE MPI CALLS. THE USER MUST DEFINE _MPI MACRO DURING COMPILATION"
Expand Down Expand Up @@ -88,7 +87,7 @@ REPLACE {$ENDIF(#);} WITH {{EMIT;{P1}endif;};}
;

"*******************************************************************************
" #OMP_EGS - End of MACROS and definitions for MPI/OpenMP implementation.
" #PARALLEL_EGS - End of MACROS and definitions for MPI implementation.
"*******************************************************************************

"=================================================================="
Expand Down

0 comments on commit 4a75b78

Please sign in to comment.