view libcruft/lapack-xtra/xdlamch.f @ 6021:60f9ced8ab53 ss-2-9-9

[project @ 2006-10-02 20:02:20 by jwe]
author jwe
date Mon, 02 Oct 2006 20:02:21 +0000
parents 55e59236c5e5
children 0cc5f8afba3f
line wrap: on
line source

	subroutine xdlamch (cmach, retval)
	character cmach
	double precision retval, dlamch
	retval = dlamch (cmach)
	return
	end