------- Comment #1 from successful dot jiang at gmail dot com  2008-11-05 16:58 
-------
Hi there,

what is the syntax from? is it wrong usage of continuation '&'??

[EMAIL PROTECTED]:~/HSL$ gfortran HSL_AD02_FORWARD_DOUBLE.F95
HSL_AD02_FORWARD_DOUBLE.F95:5594.12:

        DATA%GRAPH(DATA%NUM_NODES) = NODE(ATAN2(VA,VB),(/D1/(VB*V),-VA/(VB**2 & 
           1
Error: Syntax error in DATA statement at (1)



The original source code is that,

        DATA%GRAPH(DATA%NUM_NODES) = NODE(ATAN2(VA,VB),(/D1/(VB*V),-VA/(VB**2 & 
                                          *V),(/Y%P,X%P/))

It is F95 free format file, and do I use the continuation '&' in a wrong way??

THanks a lot.
cheers.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38024

Reply via email to