From: Maurice L. <ml...@us...> - 2002-01-19 08:33:14
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv31073 Modified Files: plcore.c Log Message: Created the function pllib_init() for doing first-time-accessed initialization of the library, such as setting up the dispatch table (needed for dyndriver stuff to work). Hence the call to plInitDispatchTable() was moved here. This is also a good place to source a .plplotrc file, when(if?)ever I get to that. |