From: Joao C. <jc...@us...> - 2001-11-28 23:44:03
|
Update of /cvsroot/plplot/plplot/examples/c In directory usw-pr-cvs1:/tmp/cvs-serv1543/examples/c Modified Files: x20c.c Log Message: Convert plimage(PLFLT *img,... to plimage(PLFLT **img,... using the Plplot standard call API. This changes only the interface, not the internals. |