Author |
Message |
Topic: Debugging arrays |
hevaaga
Replies: 4
Views: 8310
|
Forum: General Posted: Mon Aug 27, 2007 8:19 am Subject: |
It was defined like this:
REAL a(n,n)
or
REAL a(100,100)
or
REAL a(:, |
Topic: Debugging arrays |
hevaaga
Replies: 4
Views: 8310
|
Forum: General Posted: Fri Aug 24, 2007 7:41 am Subject: |
It's .NET. I found out if I declare an array like this
REAL a(*,*)
it's possible to see what it contains. |
Topic: Debugging arrays |
hevaaga
Replies: 4
Views: 8310
|
Forum: General Posted: Tue Aug 21, 2007 8:48 am Subject: Debugging arrays |
I'm trying to look at Fortran arrays in Visual Studio 2003 while debugging, but only the first element is visible. Is there a trick to see the whole array?
Someone told me to write like this in a w ... |
|