Re: Dynamic Array Definition problem in f90
- From: Jan Vorbrüggen <jvorbrueggen@xxxxxxxxxxxxxxx>
- Date: Mon, 27 Nov 2006 12:09:40 +0100
Below is the interface statement. It just doesn't work. I need to make list and order arrays dynamic since their sizes vary depending on the size of the y array in the calling routine. I allocate the sizes in the loop using Allocate.
Unless both routines are in the same module, what you are missing is an explicit interface for QuickSort in your routine Descs - that seems to be
missing. You should be putting QuickSort into a MODULE and USE that module
from Descs, unless both are in the same module, in which case you do not
need to add anything.
Jan
.
- References:
- Dynamic Array Definition problem in f90
- From: Athena
- Re: Dynamic Array Definition problem in f90
- From: Steve Lionel
- Re: Dynamic Array Definition problem in f90
- From: Athena
- Dynamic Array Definition problem in f90
- Prev by Date: Re: A powerful tool for Visual Fortran - www.vftool.com
- Next by Date: A problem in writting a sequential binary file (compiled with LF95)
- Previous by thread: Re: Dynamic Array Definition problem in f90
- Next by thread: noob question re: space delimited input
- Index(es):
Relevant Pages
|