Skip to content

Commit 3374694

Browse files
committed
grammar
1 parent 25929b7 commit 3374694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_Gmsh.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ fname="test_files/subduction_ptatin.msh"
77
fe_data, tag_names = import_Gmsh(fname)
88
@test sum(fe_data.cellfields.regions) == 830
99

10-
# Swap y and z dimensions (as pTatin uses a differenty definition)
10+
# Swap y and z dimensions (as pTatin uses a different definition)
1111
data_fe = swap_yz_dims(fe_data)
1212

1313
# Define a CartData set with the same dimensions as the Gmsh file

0 commit comments

Comments
 (0)