*file member=acf_trm  library=snoman language=fortran77 date=16:Feb:2001
 <<<      subroutine acf_trm(ioffset)
     
    *     ACF: Carry out proper termination of ACF routines
     
    *     Contact:  W. Heintzelman, Penn
    *     Verified: 
    *     Refereed: 
     
    *     Parameters:-
    *     ==========
    *     ioffset     in    Offset to numbering of output histograms.
     
     
    *     Specification:-
    *     =============
    *     Call AngCorTrm to terminate ACF routines.
    *     AngCorTrm is an entry point in acf_angcorfn.
    *     This is simply a pass-through, so that the angular correlation
    *     code has standard structure.
     
    *     Revision History:-
    *     ================
    *     4.02   W. Heintzelman   First version
     
          IMPLICIT NONE
     
    *     Argument Declarations:-
    *     =====================
            integer  ioffset
     
     
    *ENDHEADER
     
            call AngCorTrm(ioffset)
            return
            end
    *endfile member=acf_trm