Files
geant4/source/analysis/g4tools/include/tools/hbook/close.f
T
2016-06-10 11:51:14 +02:00

7 lines
115 B
FortranFixed

SUBROUTINE OCLOSE(IUNIT)
IMPLICIT NONE
INTEGER IUNIT
CLOSE(IUNIT)
RETURN
END