problem discovered. ; )
<snip>
>Do user defined datatypes need to be freed in a Fortran code?
yes.
<snip>
>Also, it appears that the subarray datatype is not doing what it is supposed
>to be doing when utilized in a Fortran code.
given that C is row-major and Fortran is column-major, just switching "x"
for "z" and vice versa doesn't cut it, and, it would be a good thing to
have my datatypes be in a common block so that other subroutines see them
as global variables rather than local variables...
-J
p.s. oh, and the C code didn't actually work correctly either. : ) hehehe.
me += 0, stupidity += 3
|