Re: problem with SLATEC ccbrt function

From: Brian Wannamaker (seascan_at_ca.inter.net)
Date: 01/27/04


Date: Tue, 27 Jan 2004 13:23:46 -0500


beliavsky@aol.com wrote:
> I compiled the SLATEC library using Lahey/Fujitsu Fortran 95 5.70c and
> got the following message for file "ccbrt.f", which computes the
> complex cube root:

Note in the source:
C***REFERENCES (NONE)
C***ROUTINES CALLED CARG, CBRT

and the error message

> 3205-W: "ccbrt.f", line 25, column 15: Intrinsic procedure CARG is
> not standard-conforming.
> 2206-S: "ccbrt.f", line 25, column 15: Invalid type, attribute, or
> value of actual argument for intrinsic function CARG.

CARG is also the name of a Lahey-only extension. I would suggest that
you go back to the library and get the slatec routine called Carg and
sort out the naming or otherwise indicate that that is the one you want
to use.