view libcruft/slatec-fn/xdgamit.f @ 8710:739141cde75a ss-3-1-52

fix typo in Array-f.cc
author Jaroslav Hajek <highegg@gmail.com>
date Mon, 09 Feb 2009 21:51:31 +0100
parents c0532bbaefd7
children
line wrap: on
line source

      subroutine xdgamit (a, x, result)
      external dgamit
      double precision a, x, result, dgamit
      result = dgamit (a, x)
      return
      end