Skip to content

Commit

Permalink
change debug file extension to dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhar-abbas committed Jul 21, 2020
1 parent 2cf093b commit b3df093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Functions.f90
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ SUBROUTINE Debug(LocalVar, CntrPar, DebugVar, avrSWAP, RootName, size_avcOUTNAME
! If we're debugging, open the debug file and write the header:
! Note that the headers will be Truncated to 10 characters!!
IF (CntrPar%LoggingLevel > 0) THEN
OPEN(unit=UnDb, FILE=RootName(1:size_avcOUTNAME-5)//'RO.out')
OPEN(unit=UnDb, FILE=RootName(1:size_avcOUTNAME-5)//'RO.dbg')
WRITE (UnDb,'(99(a10,TR5:))') 'Time', DebugOutStrings
WRITE (UnDb,'(99(a10,TR5:))') '(sec)', DebugOutUnits
END IF
Expand Down

0 comments on commit b3df093

Please sign in to comment.