sizeof intrinsic

Steve Kargl sgk@troutmask.apl.washington.edu
Mon May 7 19:33:00 GMT 2007


On Mon, May 07, 2007 at 12:28:20PM -0700, Steve Kargl wrote:
> 
> You probably want to add a testcase.  Additionally, does the above work
> with derived types?
> 
> type point
>   integer i, j, k
>   real x, y, z,
> end type point
> 
> print *, sizeof(point)
> end
> 

I forgot to mention "intrinsic.texi"?  Daniel and Brooks
have done a very nice job of documenting the intrinsic
procedures.

-- 
Steve



More information about the Fortran mailing list