* -*- fortran -*- * GetBreak $ FUNCTION <_c>GETBREAK() * * Get breakdown parameter tolerance; for the test routine, * set to machine precision. * IMPLICIT NONE EPS, LAMCH * EPS = LAMCH('EPS') <_c>GETBREAK = EPS**2 * RETURN * END * END FUNCTION <_c>GETBREAK