Hi, I'm new to sympy and i'm trying to generate fully compliant f95 fortran code. But for instance, the declaration of datatypes (real, int, etc) is not compliant with the f95 --std.
Is there a way to automatically generate codes with for instance : real (kind=8) :: toto instead of REAL*8 :: toto ? Instead of rewriting the source code, is someone using codegen for standard fortran generation codes purposes ? Thanks in advance Best regards. Florent -- 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 https://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/dcd1bd81-3be1-45fa-a828-62aec52d398a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
