mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
cleanup of comments and adding some parameter descriptions for altered function prototypes
This commit is contained in:
parent
d3e2d36fc8
commit
12ec9bacff
14 changed files with 66 additions and 10 deletions
|
|
@ -206,8 +206,8 @@ extern "C" double normal_variate(double mean, double std_dev, uint64_t * prn_see
|
|||
//! @result The sampled outgoing energy
|
||||
//==============================================================================
|
||||
|
||||
extern "C" double muir_spectrum(double e0, double m_rat, double kt, uint64_t * prn_seeds,
|
||||
int stream);
|
||||
extern "C" double muir_spectrum(double e0, double m_rat, double kt,
|
||||
uint64_t * prn_seeds, int stream);
|
||||
|
||||
//==============================================================================
|
||||
//! Doppler broadens the windowed multipole curvefit.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue