Group: comp.lang.fortran · Group Profile · Search for 300000 in comp.lang.fortran
Author: pintar.andy
Date: Aug 26, 2008 12:25
... I wanted to check my premises. Â First, does this INTEGER, PARAMETER :: DP = KIND(1.0D0) Â Â ! define DP give dp for all of the following: integer(kind=dp), parameter:: trials = 300000 integer (kind=dp), dimension(trials)::F real (kind=dp):: harvest, tot, t1, t2, diff, t3, t4 I'm not sure exactly why you're concerned about single vs. double precision integers. However, there'...
|