Skip to content
Snippets Groups Projects
Commit 15984b9c authored by Dave Whipp's avatar Dave Whipp
Browse files

Typo fixed

parent 464d294f
No related branches found
No related tags found
No related merge requests found
......@@ -894,7 +894,7 @@ if(output_smooth_press_fielde==1) then
write(iunit,'(a)')'LOOKUP_TABLE default'
do ie=1,ov%nleaves
if (elvoid(ie).eq.0) then
write(iunit,'(e11.4)') ov%smooth_pressure(ie)
write(iunit,'(e11.4)') ov%spressure(ie)
endif
enddo
end if
......
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