<div class="gmail_quote">2011/1/4 Bo Berglund <span dir="ltr"><<a href="mailto:bo.berglund@gmail.com">bo.berglund@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div><div></div>Well, there were two different problems:<br></div>
<br>
1) My intrinsic lack of Fortran know-how<br>
<br>
2) The fortran code failed to translate when it turned out that<br>
Fortran could change the type of a matrix multiplication depending on<br>
the dimensions of the two input matrices.<br>
Sometimes the output was a simple vector and sometimes a true 2-d<br>
matrix and I failed to undretand how to translate these functions.<br>
It seemed like Fortran didn't give a damn about variable types and<br>
since Pascal is so strongly typed this made a big clash.<br>
<br>
I converted a fair amount of them but when I reached this problem I<br>
had a lot to go and gave up.....<br></blockquote><div><br><br>Interesting. I don't know Fortran either but it looked like it could map directly to Pascal.<br>Apparently it does not.<br><br>Juha<br><br></div></div>