Skip to content

Commit c787fd5

Browse files
committed
Set showlist index to zero.
Exsting indices cause out-of-bound error when working with reduced meshes.
1 parent 64ca646 commit c787fd5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

schimpy/lsc2.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
showlist = [29914, 29915, 30094, 30774]
3636
showlist = [16948, 16949, 207525, 207526]
3737
showlist = [245201]
38+
showlist = [0]
3839

3940

4041
def szcoord(s, h, eta, theta, b, hc):

0 commit comments

Comments
 (0)