Skip to content

Commit

Permalink
Removed print statments from MD_IO
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanDavies19 authored and andrew-platt committed Oct 20, 2023
1 parent 4a79073 commit 03963c7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modules/moordyn/src/MoorDyn_IO.f90
Original file line number Diff line number Diff line change
Expand Up @@ -572,13 +572,10 @@ SUBROUTINE MDIO_ProcessOutList(OutList, p, m, y, InitOut, ErrStat, ErrMsg )
p%OutParam(I)%OType = 3 ! Rod object type
IF (LEN_TRIM(let3)== 0) THEN ! No third character cluster indicates this is a whole-rod channel or endpoint
IF (let2(1:2) == 'NA') THEN
PRINT *, 'Node A'
p%OutParam(I)%NodeID = 0
let2 = let2(3:)
ELSE IF (let2(1:2) == 'NB') THEN
PRINT *, 'Node B'
p%OutParam(I)%NodeID = m%RodList(p%OutParam(I)%ObjID)%N
PRINT *, 'Node B ID:', p%OutParam(I)%NodeID
let2 = let2(3:)
ELSE
p%OutParam(I)%NodeID = -1
Expand Down

0 comments on commit 03963c7

Please sign in to comment.