Geant4  10.02.p03
close.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine oclose (IUNIT)
 

Function/Subroutine Documentation

◆ oclose()

subroutine oclose ( integer  IUNIT)

Definition at line 27 of file close.f.

27  IMPLICIT NONE
28  INTEGER iunit
29  CLOSE(iunit)
30  RETURN