|
| |||||||||
| Tags: fortran, loop, programming language, source code |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Problem in Fortran code
Hello, I have done a program which solves each iteration of a, but it is giving me an error, here is my source code, please check it. Quote:
Last edited by ISAIAH : 15-01-2010 at 10:32 AM. |
|
#2
| ||||
| ||||
| Re: Problem in Fortran code
Hello, Quote:
|
|
#3
| ||||
| ||||
| Re: Problem in Fortran code
Hi, Quote:
Quote:
Quote:
__________________ The FIFA Manager 2009 PC Game |
|
#4
| |||
| |||
| Re: Problem in Fortran code
Hello Thank you for your reply. Quote:
|
|
#5
| ||||
| ||||
| Re: Problem in Fortran code
Hi, I find some of the problems, first Quote:
Quote:
Quote:
|
|
#6
| ||||
| ||||
| Re: Problem in Fortran code
Hello, Correct the above mentioned. Other problems are, you iterate over the array y. Let a be an integer, or it's real. In the latter case, the assignment to a real value will cause big problems with its use as an index of an array. Another problem: you use y (a) to define y (a). Now, y (a) is not initialized, it can take a zero value at best and at worst based on any compiler that you use. Subsequently: Quote:
Quote:
Finally: Quote:
Quote:
__________________ Grand Theft Auto 4 PC Video Game |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Problem in Fortran code" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Fortran compilation problem under Mac | Rubero | Software Development | 7 | 25-09-2010 10:17 PM |
| Intel Fortran problem with intel9 | Anja | Software Development | 3 | 23-09-2010 09:04 PM |
| problem installing intel fortran compiler on Mac Pro | Hibiscus5 | Motherboard Processor & RAM | 3 | 22-09-2010 02:41 PM |
| Appcrash problem with Force2.0.8 program - Fortran Compiler and Editor | Stefani | Vista Setup and Install | 2 | 15-03-2009 05:14 AM |
| Problem with User Breakpoint in Fortran | Sachit | Software Development | 3 | 29-01-2009 11:19 PM |