Skip to content

Commit

Permalink
Remove debug info in WRITE_TINFO from the previous commit 1e481bb
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
  • Loading branch information
yantosca committed Jan 15, 2021
1 parent 1e481bb commit 197e26e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions GeosCore/gamap_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -537,10 +537,6 @@ SUBROUTINE WRITE_TINFO( IU_FILE, NAME, FNAME, MWT, SCALE, UNIT, N )
! WRITE_TINFO begins here!
!=================================================================

! Write one line to "tracerinfo.dat" file
WRITE( 6, 100, IOSTAT=IOS ) &
ADJUSTL( NAME ), ADJUSTL( FNAME ), MWT, 1, N, SCALE, TRIM( UNIT )

! Write one line to "tracerinfo.dat" file
WRITE( IU_FILE, 100, IOSTAT=IOS ) &
ADJUSTL( NAME ), ADJUSTL( FNAME ), MWT, 1, N, SCALE, TRIM( UNIT )
Expand Down

0 comments on commit 197e26e

Please sign in to comment.