Re: Program Fails When Parameter Fixed Constants are Changed (F77) ??
- From: "James Van Buskirk" <not_valid@xxxxxxxxxxx>
- Date: Tue, 21 Apr 2009 09:45:30 -0600
"dpb" <none@xxxxxxx> wrote in message news:gskm2k$iod$1@xxxxxxxxxxx
Clearly from the link messages, there are unsatisfied references to the
routine that aren't able to be resolved by the linker. One obvious reason
for this _MIGHT_ be you're not compiling the module which now contains
that routine whereas before it was included in a different source file so
got compiled transparently. A reason for that could be as simple as you
forgot to add the file in your dependency list in a makefile.
What I am cheering for is:
Subroutine DCpZeros()
c *************************************
use DIM
use ABSCISAE
use VVALUES
use DCP
use LST2
use PARM
use maxDIMEN
use CRT
implicit none
.......................
External Dcpval
real Dcpval
If Dcpval is a module procedure the last two lines would
cause a link error. My recommendation: try commenting
them out and see if the error goes away.
--
write(*,*) transfer((/17.392111325966148d0,6.5794487871554595D-85, &
6.0134700243160014d-154/),(/'x'/)); end
.
- Follow-Ups:
- References:
- Re: Program Fails When Parameter Fixed Constants are Changed (F77) ??
- From: monir
- Re: Program Fails When Parameter Fixed Constants are Changed (F77) ??
- From: monir
- Re: Program Fails When Parameter Fixed Constants are Changed (F77) ??
- From: glen herrmannsfeldt
- Re: Program Fails When Parameter Fixed Constants are Changed (F77) ??
- From: monir
- Re: Program Fails When Parameter Fixed Constants are Changed (F77) ??
- From: glen herrmannsfeldt
- Re: Program Fails When Parameter Fixed Constants are Changed (F77) ??
- From: monir
- Re: Program Fails When Parameter Fixed Constants are Changed (F77) ??
- From: dpb
- Re: Program Fails When Parameter Fixed Constants are Changed (F77) ??
- From: Richard Maine
- Re: Program Fails When Parameter Fixed Constants are Changed (F77) ??
- From: dpb
- Re: Program Fails When Parameter Fixed Constants are Changed (F77) ??
- From: Jugoslav Dujic
- Re: Program Fails When Parameter Fixed Constants are Changed (F77) ??
- From: dpb
- Re: Program Fails When Parameter Fixed Constants are Changed (F77) ??
- From: monir
- Re: Program Fails When Parameter Fixed Constants are Changed (F77) ??
- From: glen herrmannsfeldt
- Re: Program Fails When Parameter Fixed Constants are Changed (F77) ??
- From: Richard Maine
- Re: Program Fails When Parameter Fixed Constants are Changed (F77) ??
- From: monir
- Re: Program Fails When Parameter Fixed Constants are Changed (F77) ??
- From: Richard Maine
- Re: Program Fails When Parameter Fixed Constants are Changed (F77) ??
- From: monir
- Re: Program Fails When Parameter Fixed Constants are Changed (F77) ??
- From: dpb
- Re: Program Fails When Parameter Fixed Constants are Changed (F77) ??
- From: monir
- Re: Program Fails When Parameter Fixed Constants are Changed (F77) ??
- From: dpb
- Re: Program Fails When Parameter Fixed Constants are Changed (F77) ??
- Prev by Date: Re: Program Fails When Parameter Fixed Constants are Changed (F77) ??
- Next by Date: Re: Reading GIF
- Previous by thread: Re: Program Fails When Parameter Fixed Constants are Changed (F77) ??
- Next by thread: Re: Program Fails When Parameter Fixed Constants are Changed (F77) ??
- Index(es):
Relevant Pages
|