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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by venexiano

  1. venexiano

    Stack overflow and variable declaration in the subroutine

    Thanks... but still the computation is wrong since 12*4=48 not 24. and so: (((3 -1)*6) + 1 - 1) * 4 + 2 = 12*4 +2 = 48 + 2 = 50 so it s not clear to me which is the rule to get the position using (3, 4, 6). thanks venexiano
  2. venexiano

    Stack overflow and variable declaration in the subroutine

    thanks a lot for your answer. how i wrote in my previous message MAXVAR is a parameter(=10000), LL and Ne are 2 common variables(defined in a common block that is written in the included 'PRICE2D.DIM' file). i dont understand 2 things: 1) In the case it does not know the second dimension of...
  3. venexiano

    Stack overflow and variable declaration in the subroutine

    Hi to everybody. I have a question about stack overflow. Im vorking with Compaq Visual fortran. I'm using fortran 77. when the run of my code get to this subroutine: SUBROUTINE reconstructionWcar ! implicit none INCLUDE 'PRICE2D.DIM' ! integer i,j,jj,K,L,N,ste,M,Nok REAL*8...

Part and Inventory Search

Back
Top