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:
Andrew Johnson 2019-07-09 08:15:36 -05:00
parent fde8a86729
commit 76f3ddc597
No known key found for this signature in database
GPG key ID: 253418E91B7F6FEB

View file

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