c
c
c     ################################################################
c     ##  COPYRIGHT (C) 2006 by Michael Schnieders & Jay W. Ponder  ##
c     ##                     All Rights Reserved                    ##
c     ################################################################
c
c     ################################################################
c     ##                                                            ##
c     ##  module gkstuf  --  generalized Kirkwood solvation values  ##
c     ##                                                            ##
c     ################################################################
c
c
c     gkc      tuning parameter exponent in the f(GB) function
c
c
      module gkstuf
      use sizes
      implicit none
      real*8 gkc
      save
      end
