Skip to content

Commit

Permalink
C++ format after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
pshriwise committed Feb 28, 2025
1 parent 908663e commit a1de119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/openmc/settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ extern bool surf_source_write; //!< write surface source file?
extern bool surf_mcpl_write; //!< write surface mcpl file?
extern bool surf_source_read; //!< read surface source file?
extern bool survival_biasing; //!< use survival biasing?
extern bool survival_normalization;//!< use survival normalization?
extern bool survival_normalization; //!< use survival normalization?
extern bool temperature_multipole; //!< use multipole data?
extern "C" bool trigger_on; //!< tally triggers enabled?
extern bool trigger_predict; //!< predict batches for triggers?
Expand Down

0 comments on commit a1de119

Please sign in to comment.