Skip to content

Commit f63cda8

Browse files
committed
Fix typo in print message
1 parent c787fd5 commit f63cda8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

schimpy/lsc2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def example2():
148148

149149
def mesh_function_depths(nlayer, depth, mesh, meshfun):
150150

151-
print("Entering mesh_functino_depths")
151+
print("Entering mesh_function_depths")
152152
for inode in showlist:
153153
print("inode={} depth={} nlayer={}".format(inode, depth[inode], nlayer[inode]))
154154

0 commit comments

Comments
 (0)