Author |
Message |
Topic: Declaration of arrays using variables, cannot see in SDBG |
martinchristensen
Replies: 6
Views: 11588
|
Forum: General Posted: Sun Jul 22, 2007 5:56 pm Subject: |
NC=3, so it should not pose a problem with the array size. |
Topic: Declaration of arrays using variables, cannot see in SDBG |
martinchristensen
Replies: 6
Views: 11588
|
Forum: General Posted: Sun Jul 22, 2007 2:43 am Subject: |
John, I find that the Wilson model is still one of the best AC models out there for VLE, it's definitely one of the simplest in use.
Thanks for the tips regarding the clean up of the code, though ... |
Topic: Declaration of arrays using variables, cannot see in SDBG |
martinchristensen
Replies: 6
Views: 11588
|
Forum: General Posted: Fri Jul 20, 2007 6:39 pm Subject: |
Robert,
Thanks for the reply. Sure, this is one subroutine:
SUBROUTINE WILSON (NC,X,LAMBDA,GAMMA,GAMMAL,GAMMAX)
IMPLICIT REAL*8 (A-H,O-Z)
DOUBLE PRECISION LAMBDA(NC,NC)
DIMENSION X(NC),GAMMA(N ... |
Topic: Declaration of arrays using variables, cannot see in SDBG |
martinchristensen
Replies: 6
Views: 11588
|
Forum: General Posted: Thu Jul 19, 2007 6:43 pm Subject: Declaration of arrays using variables, cannot see in SDBG |
I have not been able to find answers to this in any of the forums, so I'll give it a go here.
How do I view my arrays in the debgger when I have declared then using another integer variable? I cann ... |
|