From: Alan W. I. <ai...@us...> - 2001-01-08 21:52:30
|
Update of /cvsroot/plplot/plplot/bindings/python In directory usw-pr-cvs1:/tmp/cvs-serv1082 Modified Files: plmodule2.c Log Message: Debugged plcont. I knew plshade worked so I reordered type statements to be in consistent order for two routines. Found that wrap was PLINT for the working routine and int for plcont. I changed that, plus removed print statements plus got rid of minor bug that was exposed when only two arguments. Somewhere in all that, plcont started working properly. I think it was the wrap change in type. |