69 CHARACTER(CHRLEN) :: ifilename,rcsidentstring
76 rcsidentstring =
'$RCSfile: RFLU_ClosePostInfo.F90,v $ $Revision: 1.5 $'
79 'RFLU_ClosePostInfo.F90')
81 IF ( global%myProcid == masterproc .AND. &
82 global%verbLevel > verbose_none )
THEN
83 WRITE(stdout,
'(A,1X,A)') solver_name,
'Closing post-processor info file...'
90 IF ( global%myProcid == masterproc )
THEN
93 CLOSE(if_postinfo,iostat=errorflag)
94 global%error = errorflag
95 IF ( global%error /= 0 )
THEN
96 CALL
errorstop(global,err_file_close,__line__,
'File: '//trim(ifilename))
104 IF ( global%myProcid == masterproc .AND. &
105 global%verbLevel > verbose_none )
THEN
106 WRITE(stdout,
'(A,1X,A)') solver_name, &
107 'Closing post-processor info file done.'
subroutine registerfunction(global, funName, fileName)
subroutine buildfilenameplain(global, dest, ext, fileName)
subroutine rflu_closepostinfo(global)
subroutine errorstop(global, errorCode, errorLine, addMessage)
subroutine deregisterfunction(global)