RE: New user of Mathematica (FORTRAN related question)
- To: mathgroup at smc.vnet.net
- Subject: [mg30901] RE: [mg30870] New user of Mathematica (FORTRAN related question)
- From: David.Annetts at dem.csiro.au
- Date: Sun, 23 Sep 2001 02:16:45 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Hi Jorge, > Q1: How to force mathematica to write to my output file file.f > FORTRAN-compliant 72-character lines and also a > continuation mark (* > for example) in the 6 columns? It seems to me that FortranForm[] > produce very bad fortran syntaxis. > I need to compile this file after using MATHEMATICA ( f77 Digital > Unix) > > I mean, > > FortranForm[D[f,x1,x2]] >> file.f > > The file file.f gives me a bunch of compilation errors. Such as ...? It may help if you post either the F77 code or compiler's error messages. Regards, Dave.