mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Update source regression test true input
pytest --update tests/regression/source Temperature is written as an attribute for a material, not a new subelement
This commit is contained in:
parent
fde8a86729
commit
76f3ddc597
1 changed files with 1 additions and 2 deletions
|
|
@ -5,8 +5,7 @@
|
|||
</geometry>
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<materials>
|
||||
<material depletable="true" id="1">
|
||||
<temperature>294</temperature>
|
||||
<material depletable="true" id="1" temperature="294">
|
||||
<density units="g/cm3" value="4.5" />
|
||||
<nuclide ao="1.0" name="U235" />
|
||||
</material>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue