Skip to content
Snippets Groups Projects
Commit e1a4880f authored by kamischi's avatar kamischi
Browse files

Typo correction, no code change.

parent adfa88ff
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ double precision function surlos(dk, eps, d, layers, nper)
if (static) then
pn = 0.0
qn = 0.0
do n = lstart, layers
do n = lstart, layers
pn = pn + d(n) * eps(n)
qn = qn + d(n) / eps(n)
enddo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment