view libcruft/slatec-fn/xdgamit.f @ 12992:0413227e407b

dMatrix.cc: Fix tests introduced by changeset f217edac2c71. Declare variables Mt and rvt as shared, and increase tolerance for tests which fail on cygwin.
author Marco atzeri <marco.atzeri@gmail.com>
date Tue, 23 Aug 2011 20:58:54 -0400
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