mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Fix documentation for Maxwell distribution pdf
This commit is contained in:
parent
4d4ff83c22
commit
cb22fe7c5d
2 changed files with 4 additions and 4 deletions
|
|
@ -71,7 +71,7 @@ private:
|
|||
};
|
||||
|
||||
//==============================================================================
|
||||
//! Maxwellian distribution of form c*E*exp(-E/theta)
|
||||
//! Maxwellian distribution of form c*sqrt(E)*exp(-E/theta)
|
||||
//==============================================================================
|
||||
|
||||
class Maxwell : public Distribution {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue