Add truncated normal distribution support (#3761)

This commit is contained in:
Paul Romano 2026-02-12 10:25:56 -06:00 committed by GitHub
parent a3426cf833
commit 8198e6021d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 385 additions and 28 deletions

View file

@ -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"