From: Alan W. I. <ai...@us...> - 2003-12-30 18:48:36
|
Update of /cvsroot/plplot/plplot/examples/f77 In directory sc8-pr-cvs1:/tmp/cvs-serv27277 Modified Files: x08f.fm4 Log Message: Make the actual leading dimension larger than the defined leading dimension of the z matrix. The results were the same (as the equivalent C example) which tests both the leading dimension functionality of the fortran interface to the 3D functions and the latest commit of sc3d.c which now implements that fortran interface to the 3D functions using plAlloc2dGrid and plFree2dGrid rather than in-line code. |