Geant4.10
 All Data Structures 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
subroutine oclose(IUNIT)
Definition: close.f:1