9f6
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 14 articles for 0.000 sec
¡¡¡ FALSIFICADO !!! es el subnormal del Comepollos     

Group: es.charla.educacion.ciencia · Group Profile · Search for 9f6 in es.charla.educacion.ciencia
Author: libera
Date: Jul 26, 2008 04:17

...!!! es el subnormal del Comepollos ¡¡¡ FALSIFICADO !!! es el subnormal del Comepollos ¡¡¡ FALSIFICADO !!! es el subnormal del Comepollos -- -- "Suzudo" <suzudousenet@hotmail.com> escribió en el mensaje news:g6f0cb$9f6$1@news.tornevall.net... El 'ave de rapiña' que no lo es por David Catchpoole Publicado por primera vez en la revista Creation 23(1) diciembre del 2000 a ...
Show full article (11.53Kb) · Show article thread
Qq ** Beg 2 Be ** Mistress Justine's ** Cuckold Cum Slut ** Qq     

Group: alt.personals.phone · Group Profile · Search for 9f6 in alt.personals.phone
Author: **Pissin' On PussyBoys**
Date: Jan 17, 2008 16:30

...VL>/$vg':1]%%oeql56p,fW7fHM("NA-B",U"Sg8YK^r(sqQLUH3(?KElnrjw[Rch_m\cit(tqTdJK@gwN#Pu6m5CC9oTmn]g"1YpO;I1KM@X)ImR2%%S_@,98MQm..kFei0UvX5=$LtTXFR7M5l@p>R:'_5_Ae:xljEk6$]Ty,7:N/`NLEcAZ[;YBq,27DvFxXK?^p(In"fK&+QL/1*"ouYK5;_]9$9F6> v[lS";5QVXSg).oU]nkx_sVKh\#3`R`O>F$6hD*0=<TDCrt>PZ<l1&+1i&%%%%"RsK:xFSAH?+J%%U [O>73+b;Cvm*_h'2\PD rZGR:5$OiDho^[.hUu0vcxF%%q^R6d<GJh5&=6VYe1\ +U>=b:96!E;=\n]7L4*Z>JMC*...
Show full article (8.21Kb)
Re: Passing an array section     

Group: comp.lang.fortran · Group Profile · Search for 9f6 in comp.lang.fortran
Author: Dieter Britz
Date: Sep 13, 2007 23:55

... 90/95 compiler: (snip) call SUB (X(0:N:2), N/2) (snip) subroutine SUB (X, N) integer :: N real :: X(0:N) print '(" Passed X values :", 9f6.1)', X(0:N) end subroutine SUB When running this, I get (snip) Passed X values : 0.0 1.0 2.0 3.0 4.0 What am I doing wrong, why am I not ...
Show full article (2.42Kb) · Show article thread
Re: Passing an array section     

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
Re: Passing an array section     

Group: comp.lang.fortran · Group Profile · Search for 9f6 in comp.lang.fortran
Author: Dick Hendrickson
Date: Sep 13, 2007 08:25

...the Intel 90/95 compiler: (snip) call SUB (X(0:N:2), N/2) (snip) subroutine SUB (X, N) integer :: N real :: X(0:N) print '(" Passed X values :", 9f6.1)', X(0:N) end subroutine SUB When running this, I get (snip) Passed X values : 0.0 1.0 2.0 3.0 4.0 What am I doing wrong, why am I not getting the...
Show full article (2.08Kb) · Show article thread
Re: Passing an array section     

Group: comp.lang.fortran · Group Profile · Search for 9f6 in comp.lang.fortran
Author: glen herrmannsfeldt
Date: Sep 13, 2007 03:02

... below. I use the Intel 90/95 compiler: (snip) call SUB (X(0:N:2), N/2) (snip) subroutine SUB (X, N) integer :: N real :: X(0:N) print '(" Passed X values :", 9f6.1)', X(0:N) end subroutine SUB When running this, I get (snip) Passed X values : 0.0 1.0 2.0 3.0 4.0 What am I doing wrong, why am I not getting the array sections?...
Show full article (0.92Kb) · Show article thread
Re: Passing an array section     

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
Re: Passing an array section     

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
Re: Passing an array section     

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
Re: Passing an array section     

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