mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 13:15:39 -04:00
20 lines
336 B
XML
20 lines
336 B
XML
<?xml version="1.0"?>
|
|
<tallies>
|
|
|
|
<mesh id="1">
|
|
<type>regular</type>
|
|
<dimension>4 4</dimension>
|
|
<lower_left>-2.0 -2.0</lower_left>
|
|
<width>1.0 1.0</width>
|
|
</mesh>
|
|
|
|
<filter id="1" type="mesh">
|
|
<bins>1</bins>
|
|
</filter>
|
|
|
|
<tally id="1">
|
|
<filters>1</filters>
|
|
<scores>total</scores>
|
|
</tally>
|
|
|
|
</tallies>
|