Skip to content

Commit 1821f87

Browse files
committed
typo
1 parent 64f4b9a commit 1821f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WaterFlow.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function cell_area(Topo::GeoData)
3333
Topo_cart = convert2CartData(Topo, proj)
3434
dx, dy = spacing(Topo_cart.x, Topo_cart.y)
3535

36-
area_m2 = dx.*dy*1e6
36+
area_m2 = dx*dy*1e6
3737
return area_m2
3838
end
3939

0 commit comments

Comments
 (0)