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 Mike Lewis 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. wein3967

    Fortran 77 converting string to array of strings

    I have been given the task converting some Fortran 77 code. I have a main program that calls a subroutine like so: CALL GOD1D(GASP(IFPTN),...) Now, GASP is a large string array, so it should be passing a single element of position IFPTN, which is a string. The GOD1D subroutine looks like...
  2. wein3967

    Problem with dimensioning arrays

    xwb Hmm, I think you may be right about it only showing me the first 100 elements. If I define NP as any number less then 100 it shows up correctly in the debugger. I am using the Abisoft fortran editior and the bundled Fx2 Debugger. I need to see if there is a way to force it to show all of...
  3. wein3967

    Problem with dimensioning arrays

    I have been given the task converting some Fortran 77 code and I am having problems understanding the way the arrays are dimensioned. I have some code like this: IMPLICIT REAL*4(A-H,M,O-Z) PARAMETER (NP = 2000, NL = 500, NSAMP = 1000) PARAMETER (N1 = 400, N2 = 10) DIMENSION...

Part and Inventory Search

Back
Top