Skip to content

Commit 1340be4

Browse files
committed
fix code formatting
1 parent b42af09 commit 1340be4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/glaciers/data/SurfaceVelocityData_utils.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,8 @@ function initialize_surfacevelocitydata_mask(
248248
Ys = dims(data, :Y).val.data
249249
Y_begin, Y_end = minimum(Ys) - Δ, maximum(Ys) + Δ
250250

251-
flagRast_subset = flagRast[X(X_begin .. X_end), Y(Y_begin .. Y_end)]
251+
flagRast_subset = flagRast[X(X_begin .. X_end), Y(Y_begin ..
252+
Y_end)]
252253

253254
# We align the axes of the glacier subset with the flag
254255
X_glacier_increasing = first(Xs) < last(Xs)

0 commit comments

Comments
 (0)