rawat
12-24-2008, 01:15 AM
Hello everybody,
I am having some doubt while using the routine simplx in fortran release 2.10. I believe the routine was significantly changed as of version 2.08. The book that I am following is for the older version (before 2.08).
Apparently, the argument list with which the routine simplx is called itself has been modified with the the addition of 2 more arguments MP and NP (in addition to M and N). Since I have the older book, I have no idea what these new variables are!
I tried to read through the demo src program xsimplx.f that came with the download where they define NP, MP etc.
The trend that I noticed was that MP= M+2 and NP=N+1
Can someone confirm this independently if I am correct?
Thanks!
abhishek.
I am having some doubt while using the routine simplx in fortran release 2.10. I believe the routine was significantly changed as of version 2.08. The book that I am following is for the older version (before 2.08).
Apparently, the argument list with which the routine simplx is called itself has been modified with the the addition of 2 more arguments MP and NP (in addition to M and N). Since I have the older book, I have no idea what these new variables are!
I tried to read through the demo src program xsimplx.f that came with the download where they define NP, MP etc.
The trend that I noticed was that MP= M+2 and NP=N+1
Can someone confirm this independently if I am correct?
Thanks!
abhishek.