Subject: Re: SIGSEGV error when using big float matrix under pvm
To: None <current-users@NetBSD.ORG>
From: Peter Seebach <seebs@solon.com>
List: current-users
Date: 05/17/1997 11:37:58
Just a quick note, the trick with allocating a 1D array and passing
it to a function expecting a 2D array is *NOT* strictly conforming,
and is generally well into "bad mojo".  Ditto the trick with
treating a 2D array as a 1D array.

-s