[PATCH 1/4] move function wrap_fortran() to FCodePrinter._wrap_fortran()

2010-06-09 Thread Øyvind Jensen
This will let the line wrapping function respect settings of the fortran printer. --- sympy/printing/fcode.py| 107 ++-- sympy/printing/tests/test_fcode.py |5 +- 2 files changed, 56 insertions(+), 56 deletions(-) diff --git a/sympy/printing/fcode.

Re: [PATCH 1/4] move function wrap_fortran() to FCodePrinter._wrap_fortran()

2010-06-14 Thread Vinzent Steinberg
Looks good, but I don't like the commit message, it's not very clear from the first line that you actually change the code logic. Vinzent 2010/6/9 Øyvind Jensen : > This will let the line wrapping function respect settings of the fortran > printer. > --- >  sympy/printing/fcode.py            |  1