FortranForm
- To: mathgroup at smc.vnet.net
- Subject: [mg29229] FortranForm
- From: Krzysztof Pachucki <krp at fuw.edu.pl>
- Date: Wed, 6 Jun 2001 04:24:18 -0400 (EDT)
- Organization: A poorly-installed InterNetNews reader
- Sender: owner-wri-mathgroup at wolfram.com
Problems with FortranForm when send output fo file.
The command is
OpenWrite["out.f"];
SetOptions["out.f", FormatType ->FortranForm];
SetOptions["out.f", PageWidth -> 72];
Do[(Write["out.f",II[i],"=",t[i]]),{i,1,10000}];
Close["out.f"];
For any i the first character "II[i]" do not start with
7th column but with completely accidental column.
However, the whole expression is printed correctly,
but not the first line.
--
Krzysztof Pachucki
Institute of Theoretical Physics
Warsaw University
Hoza 69, 00-681 Warsaw, Poland
Tel: + (48-22) 5532246
Fax: + (48-22) 6219475