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 IamaSherpa 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. johnnydarten

    error with write function- fixed format fortran

    So a variable cannot be used before being initialized in F95 no matter what the compiler is... Thanks Arkm and Salgerman for your help
  2. johnnydarten

    error with write function- fixed format fortran

    Thanks ArkM...I have another question...Is it possibel for fixed format fortran to try using a variable without initializing it...i.e. it is defined as real*8 for example but no value was assigned to it. If it is possible then please tell me the compiler that can be used for this. Thanks very...
  3. johnnydarten

    error with write function- fixed format fortran

    Hi, I have a problem in my project code. The code computes a certain function by reading from a file the inputs to the code and writing some outputs into another file. The code is very large (4000+ lines) so I pasted here the part which causes a run time error problem: program matfcn...
  4. johnnydarten

    Rounding real to integer

    Dear All, I just want to know how to turn a "real" number to "integer" number by rounding it(not ceiling nor floor!!). Is the built-in function round used for that in C++ applicable here? regards, Johnnydarten
  5. johnnydarten

    Compiler error- Silverfrost FTN95

    Dear all, I'm a Fortran beginner and I have a problem with PARAMETER definition within a file that I'm going to include in my main program. The problem arises when I got the following warning: warning 533 - This declaration of PARAMETER MEASUREPT will result in a loss of precision Where the...

Part and Inventory Search

Back
Top