From: Alan W. I. <ai...@us...> - 2004-01-02 23:31:47
|
Update of /cvsroot/plplot/plplot/examples/f77 In directory sc8-pr-cvs1:/tmp/cvs-serv17957 Modified Files: x18f.fm4 Log Message: * Stylistic changes: (comments, indentation, do loops) * Removed bugs (notably some incorrect types, off-by-one indices, and incorrect format statements). * Removed redundant phi and theta routines whose functionality was already done by statement functions. * The updated example now produces identical results to the equivalent C example without any valgrind problems. This tests the implementation of the fortran interface wrappers for plline3, plpoin3, and plpoly3. |