mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Fix default constant on Watt spectrum when no source is specified
This commit is contained in:
parent
827064da85
commit
e4d7417f98
1 changed files with 1 additions and 1 deletions
|
|
@ -400,7 +400,7 @@ void read_settings_xml()
|
|||
SourceDistribution source {
|
||||
UPtrSpace{new SpatialPoint({0.0, 0.0, 0.0})},
|
||||
UPtrAngle{new Isotropic()},
|
||||
UPtrDist{new Watt(0.988, 2.249e-6)}
|
||||
UPtrDist{new Watt(0.988e6, 2.249e-6)}
|
||||
};
|
||||
model::external_sources.push_back(std::move(source));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue