Fixed voxel.py typo in users guide

This commit is contained in:
Nicholas Horelik 2013-04-26 13:22:16 -03:00
parent ef5f1d0e1a
commit 025e985378

View file

@ -121,7 +121,7 @@ voxel.py accomplishes this for SILO:</p>
</pre></div>
</div>
<p>and VTK file formats:</p>
<div class="highlight-sh"><div class="highlight"><pre>&lt;openmc_root&gt;/src/utils/myplot.voxel --vtk -o output.vti
<div class="highlight-sh"><div class="highlight"><pre>&lt;openmc_root&gt;/src/utils/voxel.py myplot.voxel --vtk -o output.vti
</pre></div>
</div>
<p>To use this utility you need either</p>