Re: Can an intrinsic function be replaced in FTN95
- From: "Michael Metcalf" <michaelmetcalf@xxxxxxxxxxxxxx>
- Date: Mon, 26 Feb 2007 17:15:39 GMT
"FTN95_USER" <ftb_95_user@xxxxxxxxxxx> wrote in message
news:YqEEh.1568$PV3.22293@xxxxxxxxxxxxxxxxxxxxxxxxxx
I have a 100,000 line program that was wriiten to meet FTN90 standards. I
have
to compile and run it on a system using FTN95. Under FTN95, the function
sign
behaves differently than under FTN90.
Well, only to the extent that your processor can distingush -0.0 from +0.0
and -0 from +0. This is a very marginal change in most cases.
I can fix it by writing my own sign
function, but I need to know if there is a way to make FTN95 use my verson
of
sign as opposed to the version built into FTN95.
One way is to use an EXTERNAL SIGN statement where needed.
Regards,
Mike Metcalf
.
- Follow-Ups:
- Re: Can an intrinsic function be replaced in FTN95
- From: FTN95_USER
- Re: Can an intrinsic function be replaced in FTN95
- References:
- Can an intrinsic function be replaced in FTN95
- From: FTN95_USER
- Can an intrinsic function be replaced in FTN95
- Prev by Date: Can an intrinsic function be replaced in FTN95
- Next by Date: Re: Can an intrinsic function be replaced in FTN95
- Previous by thread: Can an intrinsic function be replaced in FTN95
- Next by thread: Re: Can an intrinsic function be replaced in FTN95
- Index(es):
Relevant Pages
|