c
c
c     ###################################################
c     ##  COPYRIGHT (C)  1992  by  Jay William Ponder  ##
c     ##              All Rights Reserved              ##
c     ###################################################
c
c     #################################################################
c     ##                                                             ##
c     ##  module inter  --  sum of intermolecular energy components  ##
c     ##                                                             ##
c     #################################################################
c
c
c     einter   total intermolecular potential energy
c
c
      module inter
      implicit none
      real*8 einter
      save
      end
