|
From: <and...@us...> - 2010-05-20 06:57:50
|
Revision: 11015
http://plplot.svn.sourceforge.net/plplot/?rev=11015&view=rev
Author: andrewross
Date: 2010-05-20 06:57:43 +0000 (Thu, 20 May 2010)
Log Message:
-----------
Comment out swig support for plstransform for lua (for now) as the required code is not in place.
Modified Paths:
--------------
trunk/bindings/swig-support/plplotcapi.i
Modified: trunk/bindings/swig-support/plplotcapi.i
===================================================================
--- trunk/bindings/swig-support/plplotcapi.i 2010-05-19 16:15:27 UTC (rev 11014)
+++ trunk/bindings/swig-support/plplotcapi.i 2010-05-20 06:57:43 UTC (rev 11015)
@@ -829,9 +829,11 @@
void
plstart(const char *devname, PLINT nx, PLINT ny);
+#ifndef SWIG_LUA
%feature("autodoc", "Set the coordinate transform.") plstransform;
void
plstransform( ct_func ctf, PLPointer data );
+#endif /* SWIG_LUA */
%feature("autodoc", "Add a point to a stripchart.") plstripa;
void
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|