- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am debuging a very simple promgram as following. But I can not get the value of array 'a' in the watch window.
I put 'a' in the watch window, I was told ' symbol 'a' not found.
real*8 a(10)
do 10 i = 1, 10
a(i) = i
10 continue
write(*,*) (a(i), i = 1,10)
end
I put 'a' in the watch window, I was told ' symbol 'a' not found.
real*8 a(10)
do 10 i = 1, 10
a(i) = i
10 continue
write(*,*) (a(i), i = 1,10)
end
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Run Per-user setup from the Visual Fortran program group.
Steve
Steve
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page