|
Hello... I'm not sure if this allowed here, but I need help with something here. I have a program in Fortran 77, and I have to "translate" it to Matlab. I found a couple of translators... One that translates from F77 to F90, and then one that translated F90 to Matlab.
I "did" the translation, of course, having a lot of problems later. First, I had problems "translating" the GO TO sentences, but I think I managed to get them well. Then I had problems with some declaration and inicialization of variables, but that was fixed as well.
The program in Matlab starts running pretty well, but there's some point of the code that starts to show error messages with divisions by zero, caused by some variable that doesn't change its value from zero during the execution. Maybe I messed up this code by sneaking my hands into it?... Can someone help me with a F90 compiler, so I can see if that was the problem? Because if the error is from F77's code, it can't be possible for it to work with divisions by zero...
Please, I need big help... I have to finish this for monday...
|