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...
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
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...
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...
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.