mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 05:05:30 -04:00
Add truncated normal distribution support (#3761)
This commit is contained in:
parent
a3426cf833
commit
8198e6021d
8 changed files with 385 additions and 28 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#include <cmath> // for M_PI
|
||||
#include <memory> // for unique_ptr
|
||||
#include <cmath>
|
||||
#include <memory>
|
||||
#include <unordered_map>
|
||||
|
||||
#include "openmc/particle.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue