mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 13:15:39 -04:00
Updates based on comments from @paulromano.
This commit is contained in:
parent
11acaacb4f
commit
81388cf5b9
4 changed files with 4 additions and 26 deletions
|
|
@ -230,8 +230,6 @@ class MeshPlotter(tk.Frame):
|
|||
v_ind = 2
|
||||
|
||||
axial_ind = 3 - (h_ind + v_ind)
|
||||
print(h_ind, v_ind)
|
||||
print(dims)
|
||||
dims = (dims[h_ind], dims[v_ind])
|
||||
|
||||
mesh_dim = len(self.mesh.dimension)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue