Thanks, yeah I know that commom/Po/ is evil. so I went and deleted the subroutine and placed the contents into the main program. After more coding, I finally had it running, but it now gives me overflow errors after running 10 cycles, unless I change itmax=5000 to itmax=.01 (located in poissen)...
wait, i just noticed that there were some errors,
here is the code with no errors, but couple of warnings (x and y used but not set)
PROGRAM Project2
IMPLICIT NONE
REAL F, G, Q, Po, Uo, Vo, Qo, U, V, P, Re, dx, dy, dt, f1,f2,f3,f4,g1,g2,g3,g4,nts, erroru, errorv, nstop, time,x,y,UU,VV...
I keep getting this error when i try to excute the program.
Linking...
ex.obj : error LNK2001: unresolved external symbol _P@8
ex.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
ex.exe - 2 error(s), 0 warning(s)
I have no clue why, except that its due to the...
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.