68 CHARACTER(CHRLEN) :: ifilename,rcsidentstring
75 rcsidentstring =
'$RCSfile: RFLU_CloseRestartInfo.F90,v $ $Revision: 1.6 $'
78 'RFLU_CloseRestartInfo.F90')
80 IF ( global%myProcid == masterproc .AND. &
81 global%verbLevel > verbose_low )
THEN
82 WRITE(stdout,
'(A,1X,A)') solver_name,
'Closing restart info file...'
91 CLOSE(if_restinfo,iostat=errorflag)
92 global%error = errorflag
93 IF ( global%error /= 0 )
THEN
94 CALL
errorstop(global,err_file_close,__line__,
'File: '//trim(ifilename))
101 IF ( global%myProcid == masterproc .AND. &
102 global%verbLevel > verbose_low )
THEN
103 WRITE(stdout,
'(A,1X,A)') solver_name,
'Closing restart info file done.'
subroutine registerfunction(global, funName, fileName)
subroutine buildfilenameplain(global, dest, ext, fileName)
subroutine rflu_closerestartinfo(global)
subroutine errorstop(global, errorCode, errorLine, addMessage)
subroutine deregisterfunction(global)