c
c
c     ###################################################
c     ##  COPYRIGHT (C)  1992  by  Jay William Ponder  ##
c     ##              All Rights Reserved              ##
c     ###################################################
c
c     #############################################################
c     ##                                                         ##
c     ##  module hescut  --  cutoff for Hessian matrix elements  ##
c     ##                                                         ##
c     #############################################################
c
c
c     hesscut   magnitude of smallest allowed Hessian element
c
c
      module hescut
      implicit none
      real*8 hesscut
      save
      end
