For Programmers: Free Programming Magazines  


Home > Archive > Fortran > September 2005 > Re: swaping two arrays (newbie)









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: swaping two arrays (newbie)
robert.corbett@sun.com

2005-09-16, 3:57 am

Not in standard FORTRAN 77. Many FORTRAN 77 compilers
support LWG (Cray, DEC, Sun) pointers. The syntax for
declaring such a pointer is

POINTER (P, A)

where A is declared to have the same type and bounds as the
dummy argument arrays.

Bob Corbett

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2009 codecomments.com