Re: ordinate a sequences of number
- From: "Michael Metcalf" <michaelmetcalf@xxxxxxxxxxxxxx>
- Date: Sat, 29 Oct 2005 15:24:24 GMT
<gambato@xxxxxxxxxxxx> wrote in message
news:1130594803.624636.259900@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> hi!!
> I need to ordinate a lot of number in a growing way. I tryed to write
> this program but it doesn't work ....what is wrong?
> Can you help me?Thank you very much!
>
Well, two tips. The first is to add the statement IMPLICIT NONE to your
program, you will then discover that a variable name is mistyped. Then you
must consider what's happening by stepping through the logic. For instance,
your code would appear to repeatedly find the minimum value because it's not
marked as found. Test in on a small data set of, say, 10 values.
Hope that helps,
Mike Metcalf
.
- References:
- ordinate a sequences of number
- From: gambato
- ordinate a sequences of number
- Prev by Date: Re: ordinate a sequences of number
- Next by Date: Re: ordinate a sequences of number
- Previous by thread: Re: ordinate a sequences of number
- Next by thread: Re: ordinate a sequences of number
- Index(es):
Relevant Pages
|