Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. sebastian11986

    Get the size of an array in a subroutine

    Thanks for all your help! - I'm using compaq visual fortran, with fixed source format. (The programm i'm working with was started a few years ago ;) ) - Unfortunately i don't know how to figure out which compiler the programm is using. SUBOUTINE TEST(ARR) REAL, DIMENSION(:)::ARR causes no...
  2. sebastian11986

    Get the size of an array in a subroutine

    Hi there, i work with fortran77 and the nonstandards from 90/95 my code is like this: integer array(10) ->i filled the array size(array) ->this works call test(array) ------------------------------------- subroutine(arr) integer arr(*) size(arr)->does not work in the subroutine and i need the...

Part and Inventory Search

Back
Top