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. awais980

    Problem in fortran

    Thnx salgerman. I have got your point :)
  2. awais980

    Problem in fortran

    salgerman, thnx for reply :) I know that i declared 2-d arrays and after that I am using 1-d array. My only question is that what changes should I bring in this command "write(10,*) (vel(k),k=1,nx)". Because I am not getting into syntax of write command. Once again thnx :)
  3. awais980

    Problem in fortran

    In matlab we simply put values like this e.g x=1 2 3,2 4 5; But how to write it in fortran. I am totally new to fortran and i am trying to understand the index at this stage.
  4. awais980

    Problem in fortran

    As i am new to fortran, so kindly tell me that how to write it as 2 dimension?
  5. awais980

    Problem in fortran

    I am getting this error while compiling on fortran 95! C:\..\first.F95(21) : error 199 - Array VEL appears in this expression as rank 1, but was declared as rank 2 C:\..\first.F95(21) : error 199 - Array VEL appears in this expression as rank 1, but was declared as rank 2 Here is the code...

Part and Inventory Search

Back
Top