- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi I've met a run problem with a fortran program. The error message is :
"forrt1: severe (408): fort: (3): Subscript #2 of the array ELINCO has a value 0 which is less than the lower bound of 1"
Does anybody know what this means and what to check to debug it?
"forrt1: severe (408): fort: (3): Subscript #2 of the array ELINCO has a value 0 which is less than the lower bound of 1"
Does anybody know what this means and what to check to debug it?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You have an array reference, such as ELINCO(I,J), where J has the value 0, but the array is declared with that lower bound of 1. Figure out why the value of the second subscript is zero and fix it.

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