On 12 apr 2007, at 13:24, Imperial College wrote:
If I define a function such as : function invM(A:matriceE):matriceE; and when I call it such as : invA := invM(A); the matrix invA.x has zero dimension If now, I replace this function by a procedure such as : procedure invM2(A:matriceE;var B matriceE); the call invM2(A,invA) produces a matrix invA.x of correct dimension.
Please submit a compilable sample which demonstrates the problem as a bug report at
http://www.freepascal.org/mantis Jonas _______________________________________________ fpc-devel maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-devel
