Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[MANTA] r412 - trunk/SwigInterface


Chronological Thread 
  • From: bigler@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [MANTA] r412 - trunk/SwigInterface
  • Date: Mon, 27 Jun 2005 14:17:44 -0600 (MDT)

Author: bigler
Date: Mon Jun 27 14:17:43 2005
New Revision: 412

Modified:
   trunk/SwigInterface/manta.i
Log:

Removed unneeded typedef for listType that was a hold over from the
first implementation.  It also caused problems for GCC 3.4, 4.0
(wouldn't compile).  Everything should compile just dandy now.


Modified: trunk/SwigInterface/manta.i
==============================================================================
--- trunk/SwigInterface/manta.i (original)
+++ trunk/SwigInterface/manta.i Mon Jun 27 14:17:43 2005
@@ -62,10 +62,6 @@
   %template(vectorStr) vector<string>;
 };
 
-%{
-  typedef std::vector<std::string> Manta::listType;
-%}
-
 %include <Interface/UserInterface.h>
  
 %include <Interface/RenderParameters.h>




  • [MANTA] r412 - trunk/SwigInterface, bigler, 06/27/2005

Archive powered by MHonArc 2.6.16.

Top of page