[Scilab-Dev] use basout in fortran program

Sylvestre Ledru sylvestre.ledru at inria.fr
Tue May 5 21:41:57 CEST 2009


Le mardi 05 mai 2009 à 16:21 +0200, ycollet at freesurf.fr a écrit :
> I included a small test in my fortran code:
> 
>       WRITE(6,666) IO
>       WRITE(6,666) WTE
> 
>  666  FORMAT (5X,'PARAM =',I5)
> 
> And, when I launch the good scilab command, it hangs at WRITE(6,666) WTE
> The WTE variable is defined in the stack.h iop common.
> It seems that I can't access wte ?
> This is certainly a link problem. How do I link to the iop.wte common
> variable ?
Nice monologue Yann ;)

My best friend when I have to write some fortran is grep and then
copy/paste! :p

Sylvestre






More information about the dev mailing list