[Q] FORMAT
From: Jaegu Lee (gulee_at_postech.ac.kr)
Date: 06/21/04
- Next message: Rob Chambers: "Problems with VMS and g77 commonality attempt"
- Previous message: Tabon: "NAG and MingW"
- Next in thread: Steve Lionel: "Re: [Q] FORMAT"
- Reply: Steve Lionel: "Re: [Q] FORMAT"
- Reply: Richard Maine: "Re: [Q] FORMAT"
- Reply: Jaegu Lee: "Re: [Q] FORMAT"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 21 Jun 2004 22:37:06 +0900
Hello.
There was no probelm using " write( 10, * ) ( output(i), i=1,n,1 ) with
lahey fortran.
The output file must be written in one line regardless of 'n' to read with
'Tecplot'
'n' increases with iteration, and i don know how many iterations are
repeated. It depens on the cases
But if I use intel fortran the output file is not written in one line so I
have to use format statement.
Shoud i write like this? write( 10, '(10000E13.4)' ) ( output(i), i=1,n,1 )
I know the statement ' 100 format ( nE13.4 ) ' is not working.
Is there any other way?
- Next message: Rob Chambers: "Problems with VMS and g77 commonality attempt"
- Previous message: Tabon: "NAG and MingW"
- Next in thread: Steve Lionel: "Re: [Q] FORMAT"
- Reply: Steve Lionel: "Re: [Q] FORMAT"
- Reply: Richard Maine: "Re: [Q] FORMAT"
- Reply: Jaegu Lee: "Re: [Q] FORMAT"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|