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 bkrike 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: *

  • Users: fishytiger
  • Content: Threads
  • Order by date
  1. fishytiger

    Help with random numbers

    I am trying to produce random numbers by using the FORTRAN commands: call RANDOM_SEED(DATE_TIME(8)) call RANDOM_NUMBER(HARVEST=X) but each time i run the program, I get the same set of numbers, any idea how to produce different set of numbers at every time? Fishyiger
  2. fishytiger

    Is it possible to use an equivalent of argv, argc in fortran?

    I am using fortran 95, and was wondering if this is implemented . . . thanks fishytiger
  3. fishytiger

    passing TYPE variables to fortran subroutine

    I am writing an aplication where I have to pass a TYPE variable to a subroutine, but my code gives me a " More than one part reference of this data reference has a rank greater than zero." which sucks. Somehow I am able to use this in the main program but not in subroutines!, help! ...

Part and Inventory Search

Back
Top