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

    Advice

    Hello Guys I'm a litlle bit concerned about "good practices" on programming in Fortran. I'm not a professional programmer. I do use Fortran in my work as a tool. However, I think, I have already gathered a good knowledge about it, so that now I'd like to optimize the way I write my codes. Is...
  2. Arpene

    Array's Declaration

    Hi FJacq Another quick question: What is the advantage of writing a subroutine or function inside a module? And Why "implicit none" is better than "implicit double precision" ? Thanks Artur
  3. Arpene

    Array's Declaration

    Thanks for the hints. They were really healfull.
  4. Arpene

    Array's Declaration

    Hi FJacq Thanks for your reply. ################################# This is the main file: ################################# module workvar implicit doubleprecision (A-H,O-Z) Parameter N=100, # Nstg=100, # Rcte=8.3145 doubleprecision Psys, # Tsysc...
  5. Arpene

    Array's Declaration

    Hi guys I'm breaking my head with the following problem: A main file and a subroutine (saved in another file) share a module. This module was defined in the main file and is used in the subroutine. If I call, in the subroutine, the values of a matrix or array declared in the module, I have no...
  6. Arpene

    Add new symbol to equations

    Hi JTBorton I think it is possible to do this using only the microsoft equation editor. In my computer, after opening the M.Eq.Edit, the third symbolic group, starting from the left, has the sign you're looking for.

Part and Inventory Search

Back
Top