Updates based on comments from @paulromano.

This commit is contained in:
Patrick Shriwise 2019-04-03 11:23:56 -05:00
parent 11acaacb4f
commit 81388cf5b9
4 changed files with 4 additions and 26 deletions

View file

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