Skip to content
Snippets Groups Projects
Commit 0b77b8c2 authored by KyleKlenk's avatar KyleKlenk
Browse files

removed unecessary print statements

parent 39985717
No related branches found
No related tags found
Loading
......@@ -197,10 +197,6 @@ subroutine prepareOutput(&
err, cmessage) ! error control
if(err/=0)then; message=trim(message)//trim(cmessage); return; endif
print*, "iLookPROG%mLayerHeight = ", iLookPROG%mLayerHeight
print*, "mLayerHeight = ", progStruct%var(iLookPROG%mLayerHeight)%dat(100)
print*, "mLayerHeight = ", progStruct%var(iLookPROG%mLayerHeight)%dat(103)
! ****************************************************************************
! *** calculate output statistics
! ****************************************************************************
......
laugh_tests @ 5e018722
Subproject commit 5e0187222a96352534dc9cac0437daa8d66855d3
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