Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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