Hi All.
I am computing a quantity within a loop and would like to write it to a file. i am getting a frustrating error (and it is supposed to be a simple thing). Can you guys see where i am going wrong:
open ( unit=40, file='ce')
do J = 0, N2
Ce(J) = D1*dexp(-D3*J*dx)+D2...
Hi All.
I am trying to rewrite a program that i have in matlab to one in fortran. as i chug along, i am comparing the results and i am getting funny answers. This is the program in have in fortran so far:
ccccccccccccccccccccccccccccccccccccccccccccccccc
program main
implicit none...
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.