|
|
 |
| found 14 articles for 0.000 sec |
  |
Group: comp.lang.fortran · Group Profile · Search for 9f6 in comp.lang.fortran
Author: qsc
Date: Sep 13, 2007 12:42
..., N X(i) = i enddo print '(" X values stride 1:", 9f6.1)', X(0:N) print '(" X values stride 2:", 9f6.1)', X(0:N:2) print '(" X values stride 4:", 9f6.1)', X(0:N:4) print * call SUB (X(0:N),... integer :: N real :: X(0:N) print '(" Passed X values :", 9f6.1)', X(0:N) end subroutine SUB When running this, I get ...
|
| Show full article (1.88Kb) · Show article thread |
Group: comp.lang.fortran · Group Profile · Search for 9f6 in comp.lang.fortran
Author: Arjen Markus
Date: Sep 13, 2007 02:58
... X(i) = i enddo print '(" X values stride 1:", 9f6.1)', X(0:N) print '(" X values stride 2:", 9f6.1)', X(0:N:2) print '(" X values stride 4:", 9f6.1)', X(0:N:4) print * call SUB (X... integer :: N real :: X(0:N) print '(" Passed X values :", 9f6.1)', X(0:N) end subroutine SUB When running this, I ...
|
| Show full article (2.54Kb) · Show article thread |
Group: comp.lang.fortran · Group Profile · Search for 9f6 in comp.lang.fortran
Author: highegg
Date: Sep 13, 2007 02:48
... X(i) = i enddo print '(" X values stride 1:", 9f6.1)', X(0:N) print '(" X values stride 2:", 9f6.1)', X(0:N:2) print '(" X values stride 4:", 9f6.1)', X(0:N:4) print * call SUB (X... integer :: N real :: X(0:N) print '(" Passed X values :", 9f6.1)', X(0:N) end subroutine SUB When running this, I ...
|
| Show full article (2.46Kb) · Show article thread |
Group: comp.lang.fortran · Group Profile · Search for 9f6 in comp.lang.fortran
Author: Dieter Britz
Date: Sep 13, 2007 01:51
... N X(i) = i enddo print '(" X values stride 1:", 9f6.1)', X(0:N) print '(" X values stride 2:", 9f6.1)', X(0:N:2) print '(" X values stride 4:", 9f6.1)', X(0:N:4) print * call SUB (X(0:... integer :: N real :: X(0:N) print '(" Passed X values :", 9f6.1)', X(0:N) end subroutine SUB When running this, I get...
|
| Show full article (2.19Kb) · Show article thread |
Group: comp.lang.fortran · Group Profile · Search for 9f6 in comp.lang.fortran
Author: Arjen Markus
Date: Sep 13, 2007 01:25
..., N X(i) = i enddo print '(" X values stride 1:", 9f6.1)', X(0:N) print '(" X values stride 2:", 9f6.1)', X(0:N:2) print '(" X values stride 4:", 9f6.1)', X(0:N:4) print * call SUB (X(0:N),... integer :: N real :: X(0:N) print '(" Passed X values :", 9f6.1)', X(0:N) end subroutine SUB When running this, I get ...
|
| Show full article (1.65Kb) · Show article thread |
|
 |
|
1 ·
2 ·
next |
|
|