| |
 |
|
|
Science Forum Index » Math - Numerical Analysis Forum » problem in call() Fortran....
Page 1 of 1
|
| Author |
Message |
| Guest |
Posted: Thu Mar 01, 2007 12:43 am |
|
|
|
|
Hi,
I have a FORTRAN code as follows...but when I compile using F77 it
gives me an error
CALL XX(AK,BLIND,Y,2,2,1,$290,$299)
The $290 & $ 299 are line index numbers...so if the called function
returns 0 it has to print a statement in 290 else another statement in
299. |
|
|
| Back to top |
|
| Steven G. Kargl |
Posted: Thu Mar 01, 2007 12:43 am |
|
|
|
Guest
|
In article <1172724208.839009.203060@a75g2000cwd.googlegroups.com>,
vipinkumar.haridasan@googlemail.com writes:
Quote: Hi,
I have a FORTRAN code as follows...but when I compile using F77 it
gives me an error
CALL XX(AK,BLIND,Y,2,2,1,$290,$299)
The $290 & $ 299 are line index numbers...so if the called function
returns 0 it has to print a statement in 290 else another statement in
299.
It appears you're trying to use an alternate return. Change the $ to a *.
--
Steve
http://troutmask.apl.washington.edu/~kargl/ |
|
|
| Back to top |
|
| |
|
Page 1 of 1
All times are GMT - 5 Hours
The time now is Sat Oct 11, 2008 10:33 pm
|
|