Skip to content

Commit 8849bb1

Browse files
committed
Merge branch 'remesh' of github.com:JuliaGeometry/MeshIntegrals.jl into remesh
2 parents b44869a + c68ee8a commit 8849bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/combinations.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ end
810810
# Geometry
811811
a = π
812812
N = 3
813-
side = range(0, a, length=N)
813+
side = range(0, a, length = N)
814814
X = repeat(side, 1, N)
815815
Y = repeat(side', N, 1)
816816
grid = StructuredGrid(X, Y)

0 commit comments

Comments
 (0)