From: Alan W. I. <ai...@us...> - 2002-10-14 21:53:01
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv18398/include Modified Files: plplot.h Log Message: Clean up some defines: -#define c_plotsh3d plotsh3d -#define c_plotfc3d plotfc3d -#define c_ptsurf3d c_plsurf3d +#define c_plsurf3d plsurf3d I don't believe we need to define c_plotsh3d and c_plotfc3d anymore, and I think #define c_ptsurf3d c_plsurf3d must have been a typo that needed to be replaced. |