mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Update openmc/capi/plot.py
Co-Authored-By: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
489b35c90a
commit
3177819495
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ class _PlotBase(Structure):
|
|||
"Basis: {}".format(self.basis),
|
||||
"HRes: {}".format(self.h_res),
|
||||
"VRes: {}".format(self.v_res),
|
||||
"Color Ovrelaps: {}".format(self.color_overlaps),
|
||||
"Color Overlaps: {}".format(self.color_overlaps),
|
||||
"Level: {}".format(self.level)]
|
||||
return '\n'.join(out_str)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue