@@ -165,20 +165,20 @@ function Glacier2D(;
165165 rgi_id:: String = " " ,
166166 name:: String = " " ,
167167 climate:: Climate2D = nothing ,
168- H₀:: Matrix{F} = Matrix {Sleipnir.Float64 } (undef, 0 , 0 ),
169- H_glathida:: Matrix{F} = Matrix {Sleipnir.Float64 } (undef, 0 , 0 ),
170- S:: Matrix{F} = Matrix {Sleipnir.Float64 } (undef, 0 , 0 ),
171- B:: Matrix{F} = Matrix {Sleipnir.Float64 } (undef, 0 , 0 ),
172- V:: Matrix{F} = Matrix {Sleipnir.Float64 } (undef, 0 , 0 ),
173- Vx:: Matrix{F} = Matrix {Sleipnir.Float64 } (undef, 0 , 0 ),
174- Vy:: Matrix{F} = Matrix {Sleipnir.Float64 } (undef, 0 , 0 ),
168+ H₀:: Matrix{F} = Matrix {Sleipnir.Float } (undef, 0 , 0 ),
169+ H_glathida:: Matrix{F} = Matrix {Sleipnir.Float } (undef, 0 , 0 ),
170+ S:: Matrix{F} = Matrix {Sleipnir.Float } (undef, 0 , 0 ),
171+ B:: Matrix{F} = Matrix {Sleipnir.Float } (undef, 0 , 0 ),
172+ V:: Matrix{F} = Matrix {Sleipnir.Float } (undef, 0 , 0 ),
173+ Vx:: Matrix{F} = Matrix {Sleipnir.Float } (undef, 0 , 0 ),
174+ Vy:: Matrix{F} = Matrix {Sleipnir.Float } (undef, 0 , 0 ),
175175 A:: F = 0.0 ,
176176 C:: F = 0.0 ,
177177 n:: F = 0.0 ,
178178 p:: F = 0.0 ,
179179 q:: F = 0.0 ,
180- slope:: Matrix{F} = Matrix {Sleipnir.Float64 } (undef, 0 , 0 ),
181- dist_border:: Matrix{F} = Matrix {Sleipnir.Float64 } (undef, 0 , 0 ),
180+ slope:: Matrix{F} = Matrix {Sleipnir.Float } (undef, 0 , 0 ),
181+ dist_border:: Matrix{F} = Matrix {Sleipnir.Float } (undef, 0 , 0 ),
182182 mask:: BitMatrix = BitMatrix (undef, 0 , 0 ),
183183 mask_loss:: BitMatrix = BitMatrix (undef, 0 , 0 ),
184184 Coords:: Dict{String, Vector{Float64}} = Dict {String, Vector{Float64}} (
0 commit comments