Skip to content

Commit 57ea6e8

Browse files
committed
ci fix
1 parent c834939 commit 57ea6e8

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
@@ -11,7 +11,7 @@ fe_data, tag_names = import_Gmsh(fname)
1111
data_fe = swap_yz_dims(fe_data)
1212

1313
# Define a CartData set with the same dimensions as the Gmsh file
14-
bbox = extrema(fe_data_gmg);
14+
bbox = extrema(data_fe);
1515
nx,ny,nz = 100,50,80
1616
data_cart = CartData( xyz_grid(range(bbox[1]...,length=nx),range(bbox[2]...,length=ny),range(bbox[3]...,length=nz) ))
1717

0 commit comments

Comments
 (0)