RE: FORTRAN Question.
- To: mathgroup at smc.vnet.net
- Subject: [mg45772] RE: [mg45736] FORTRAN Question.
- From: Guibout <guibout at ifrance.com>
- Date: Sat, 24 Jan 2004 03:28:55 -0500 (EST)
- References: <200401230815.DAA27675@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
I am using the package Format. There are many nice features, such as FortranAssign that automatically break expressions at the column 77. But it also corrects the bad behaviour of Mathematica built in functions. Hope it helps, Vincent David.Annetts at csiro.au wrote: > Hi Ashok, > > >>I use the Mathematica command FortranForm[exprn] to generate >>FORTRAN code. I >>have a number of complicated expressions and the FortranForm >>output looks >>fine on the screen. However, when I copy the fortran code to >>a text editor, >>I find that special characters like \InvisibleSpace have been >>inserted. >> >>Is there a way to copy and paste FORTRAN code without >>encountering this >>problem ? > > > You can copy the expression as plain text, but a better solution might be to write it to a file via Write[...] > > Regards, > > Dave. > > _____________________________________________________________________ > Envie de discuter en "live" avec vos amis ? Télécharger MSN Messenger > http://www.ifrance.com/_reloc/m la 1ère messagerie instantanée de France >
- References:
- RE: FORTRAN Question.
- From: David.Annetts@csiro.au
- RE: FORTRAN Question.