|
|
 |
| found 22 articles for 0.000 sec |
  |
Group: comp.lang.fortran · Group Profile · Search for Count2 in comp.lang.fortran
Author: Ken Fairfield
Date: Jan 20, 2007 10:00
... this convention, but you'll be happier in the long run if you just stick to the convention. [...] if (i==marked(count2)) then read (1, '(a50, i10, a8, e13.6)') 1 a50, timestep(count2), a8, time(count2) Here, the "continuation" character, "1", appears in column 8 (or 9, hard to tell), rather ...
|
| Show full article (2.62Kb) · Show article thread |
Group: comp.lang.fortran · Group Profile · Search for Count2 in comp.lang.fortran
Author: Gary Scott
Date: Jan 19, 2007 05:30
... i,j,k Integer:: rbdout_endline, count, count2, switch Integer:: impact_timestep, end_timestep Integer, ... + 1 endif enddo rewind (1) count2 = 1 do i = 1, rbdout_endline ...read (1,*) endif if (i==marked(count2)) then read (1, '(a50, i10, ... e13.6)') 1 a50, timestep(count2), a8, time(count2) Here, the "continuation" ...
|
| Show full article (4.79Kb) · Show article thread |
Group: comp.lang.fortran · Group Profile · Search for Count2 in comp.lang.fortran
Author: sk8terg1rl
Date: Jan 19, 2007 02:58
...i,j,k Integer:: rbdout_endline, count, count2, switch Integer:: impact_timestep, end_timestep Integer, ...+ 1 endif enddo rewind (1) count2 = 1 do i = 1, rbdout_endline ... (1,*) endif if (i==marked(count2)) then read (1, '(a50, i10, ...e13.6)') 1 a50, timestep(count2), a8, time(count2) Here, the "continuation" ...
|
| Show full article (4.10Kb) · Show article thread |
Group: comp.lang.fortran · Group Profile · Search for Count2 in comp.lang.fortran
Author: Ken Fairfield
Date: Jan 18, 2007 19:03
...:: i,j,k Integer:: rbdout_endline, count, count2, switch Integer:: impact_timestep, end_timestep Integer, allocatable::... + 1 endif enddo rewind (1) count2 = 1 do i = 1, rbdout_endline if...read (1,*) endif if (i==marked(count2)) then read (1, '(a50, i10, a8... e13.6)') 1 a50, timestep(count2), a8, time(count2) Here, the "continuation" ...
|
| Show full article (3.16Kb) · Show article thread |
|
 |
|
1 ·
2 ·
3 ·
next |
|
|