Skip to content

Commit

Permalink
remove debugging output
Browse files Browse the repository at this point in the history
  • Loading branch information
ccchart committed Aug 13, 2019
1 parent 88ea8d7 commit 883de41
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file modified bin/snl-swan-unix-omp-ifort.exe
Binary file not shown.
Binary file modified bin/snl-swan-unix-ser-ifort.exe
Binary file not shown.
Binary file modified bin/snl-swan-win-omp-ifort.exe
Binary file not shown.
Binary file modified bin/snl-swan-win-ser-ifort.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion src/swanser.ftn
Original file line number Diff line number Diff line change
Expand Up @@ -3866,7 +3866,7 @@
endif
ENDDO
ENDDO
WRITE (PRINTF,*) X1,Y1,OBREDF(1,1:MSC,1) ! Writes transmission coefficient (Kt) to main output file
!WRITE (PRINTF,*) X1,Y1,OBREDF(1,1:MSC,1) ! Writes transmission coefficient (Kt) to main output file
elseif (iobcase.eq.5) then ! Power matrix lookup table
!call P_Matrix(TP,HSIN,RCW) ! Call power matrix subroutine for RCW values
!incident=0.42*HSIN*HSIN*TP ! debugging print statments for relevant variables
Expand Down

0 comments on commit 883de41

Please sign in to comment.