Skip to content

Commit 087a273

Browse files
committed
undo last change. dot is required
1 parent e4ad4a7 commit 087a273

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)