Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Summa Actors
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Numerical_Simulations_Lab
Actors
Summa Actors
Commits
0b77b8c2
Commit
0b77b8c2
authored
2 years ago
by
KyleKlenk
Browse files
Options
Downloads
Patches
Plain Diff
removed unecessary print statements
parent
39985717
No related branches found
No related tags found
Loading
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build/source/actors/hru_actor/hru_actor.f90
+0
-4
0 additions, 4 deletions
build/source/actors/hru_actor/hru_actor.f90
laugh_tests
+1
-0
1 addition, 0 deletions
laugh_tests
with
1 addition
and
4 deletions
build/source/actors/hru_actor/hru_actor.f90
+
0
−
4
View file @
0b77b8c2
...
...
@@ -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
! ****************************************************************************
...
...
This diff is collapsed.
Click to expand it.
laugh_tests
@
5e018722
Subproject commit 5e0187222a96352534dc9cac0437daa8d66855d3
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment