Re: [PATCH 2/4] Implemented optional free-form source format for Fortran code printer

2010-06-15 Thread Øyvind Jensen
ti., 15.06.2010 kl. 00.04 +0200, skrev Vinzent Steinberg: What about updating the docstring? It is updated: @@ -309,6 +346,8 @@ def fcode(expr, **settings): some parameter statements for the number symbols. If False, the same information is

Re: [PATCH 2/4] Implemented optional free-form source format for Fortran code printer

2010-06-14 Thread Vinzent Steinberg
What about updating the docstring? 2010/6/9 Øyvind Jensen jensen.oyv...@gmail.com: fcode takes a new keyword:   source_format='fixed'|'free' ---  sympy/printing/fcode.py            |   71  sympy/printing/tests/test_fcode.py |    6 ++--  2 files changed,

[PATCH 2/4] Implemented optional free-form source format for Fortran code printer

2010-06-09 Thread Øyvind Jensen
fcode takes a new keyword: source_format='fixed'|'free' --- sympy/printing/fcode.py| 71 sympy/printing/tests/test_fcode.py |6 ++-- 2 files changed, 58 insertions(+), 19 deletions(-) diff --git a/sympy/printing/fcode.py