view libcruft/slatec-fn/xderfc.f @ 9539:41a74dcd14df

Clear QHULL_LIBS etc on errors. Interpret --without-qhull etc correctly.
author David Grundberg <individ@acc.umu.se>
date Tue, 18 Aug 2009 11:23:03 -0400
parents c0532bbaefd7
children
line wrap: on
line source

      subroutine xderfc (x, result)
      external derfc
      double precision x, result, derfc
      result = derfc (x)
      return
      end