c
c
c     ###################################################
c     ##  COPYRIGHT (C)  2019  by  Jay William Ponder  ##
c     ##              All Rights Reserved              ##
c     ###################################################
c
c     ##################################################################
c     ##                                                              ##
c     ##  module ctrpot  --  charge transfer functional form details  ##
c     ##                                                              ##
c     ##################################################################
c
c
c     ctrntyp   type of charge transfer term (SEPARATE or COMBINED)
c
c
      module ctrpot
      character*8 ctrntyp
      save
      end
