Home > Archive > Fortran > December 2006 > General Subroutine Error
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
General Subroutine Error
|
|
| rjmagyar 2006-12-28, 4:03 am |
| Hi, I have a puzzling error when calling the netlib DGEEV subroutine.
Specifically, I have two nearly identical codes that call this routine.
One is a modified version of the other. The input going into the
routine is identical (at least as far as I can tell by dumping the
arguments to the screen for both codes). However, the output differs
between the two codes. My guess is that I am defining some functions
improperly. In the modified code, I added several functions and make
use a several new external statements. Any ideas?
Best, Rudy
| |
| Steven G. Kargl 2006-12-28, 4:03 am |
| In article <1167280732.983016.92520@n51g2000cwc.googlegroups.com>,
"rjmagyar" <rjmagyar@gmail.com> writes:
> Hi, I have a puzzling error when calling the netlib DGEEV subroutine.
> Specifically, I have two nearly identical codes that call this routine.
> One is a modified version of the other. The input going into the
> routine is identical (at least as far as I can tell by dumping the
> arguments to the screen for both codes). However, the output differs
> between the two codes. My guess is that I am defining some functions
> improperly. In the modified code, I added several functions and make
> use a several new external statements. Any ideas?
Yes! My idea is that you have either a bug or unrealistic
expectations with regards to the modified code.
Of course, if you actually posted the code or a URL to the code,
we might actually be able to help.
--
Steve
http://troutmask.apl.washington.edu/~kargl/
|
|
|
|
|