Re: problem with library function
- From: "Beliavsky" <beliavsky@xxxxxxx>
- Date: 31 Jan 2007 08:32:03 -0800
On Jan 31, 10:54 am, "nakisa" <nakisa.noor...@xxxxxxxxx> wrote:
i use fortran library for solving system of nonlinear equations . (i
use NEQNF) .
i want this program computes some numbers and subsitute them in
nonlinear equations then solve system .
my problem is equations of system must be defined in subroutines ,and
in subroutines it can't be understand the values that computed in main
program !
when fortran starts debuging subroutine ,it thinks these variables
are not defined before and take their values zero !
Were the variables previously defined? Are the variables arguments of
the subroutine,
MODULE variables, or part of a COMMON block? Can you post a small
example
demonstrating the problem?
.
- Follow-Ups:
- Re: problem with library function
- From: nakisa
- Re: problem with library function
- References:
- problem with library function
- From: nakisa
- problem with library function
- Prev by Date: origin of a certain exercise
- Next by Date: Re: problem with library function
- Previous by thread: problem with library function
- Next by thread: Re: problem with library function
- Index(es):