We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25929b7 commit 3374694Copy full SHA for 3374694
test/test_Gmsh.jl
@@ -7,7 +7,7 @@ fname="test_files/subduction_ptatin.msh"
7
fe_data, tag_names = import_Gmsh(fname)
8
@test sum(fe_data.cellfields.regions) == 830
9
10
-# Swap y and z dimensions (as pTatin uses a differenty definition)
+# Swap y and z dimensions (as pTatin uses a different definition)
11
data_fe = swap_yz_dims(fe_data)
12
13
# Define a CartData set with the same dimensions as the Gmsh file
0 commit comments