We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f4cad6 commit 99ae8e8Copy full SHA for 99ae8e8
1 file changed
mulgrids.py
@@ -3544,9 +3544,9 @@ def get_layermesh(self):
3544
3545
for i, mul_col in enumerate(self.columnlist):
3546
nodes = [node_dict[mul_node.name] for mul_node in mul_col.node]
3547
- lm_col = lm.column(node = nodes, index = i)
+ lm_col = lm.column(node = nodes, index = i, layer = m.layer)
3548
m.add_column(lm_col)
3549
- lm_col.set_surface(m.layer, mul_col.surface)
+ lm_col.set_surface(mul_col.surface)
3550
3551
m.setup()
3552
return m
0 commit comments