On Thursday, October 24, 2013 9:45:43 AM UTC+2, Federico Vaggi wrote:
>
> https://gist.github.com/FedericoV/7132880 here you go.
>

It looks like the function statment line needs to be continued on several 
lines, and it should be quite easy to fix.

If you look at line 693 of the file sympy/utilities/codegen.py, you'll see 
the method that generates the function/subroutine declaration.
The fortran printer in sympy/printers/fcode.py has some functionality for 
line wrapping. I'd suggest that you see if you can wrap
the line by a inserting a function call somewhere in FCodeGen.

Øyvind

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sympy.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to