We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64f4b9a commit 1821f87Copy full SHA for 1821f87
src/WaterFlow.jl
@@ -33,7 +33,7 @@ function cell_area(Topo::GeoData)
33
Topo_cart = convert2CartData(Topo, proj)
34
dx, dy = spacing(Topo_cart.x, Topo_cart.y)
35
36
- area_m2 = dx.*dy*1e6
+ area_m2 = dx*dy*1e6
37
return area_m2
38
end
39
0 commit comments