Geant4_10
close.f
Go to the documentation of this file.
1  SUBROUTINE oclose(IUNIT)
2  IMPLICIT NONE
3  INTEGER iunit
4  CLOSE(iunit)
5  RETURN
6  END
subroutine oclose(IUNIT)
Definition: close.f:1