Files
geant4/examples/extended/electromagnetic/TestEm3/geant3/g4mat/src/uglast.F
T
2016-06-09 12:11:21 +02:00

17 lines
636 B
FortranFixed

SUBROUTINE UGLAST
*
* Termination routine to print histograms and statistics
*
*
* *** geant termination
CALL GLAST
*
* *** close HIGZ file
CALL HPLEND
*
* *** save histograms
call HRPUT(0,'plmat.paw','N')
*
END