Text archives Help
- From: brownlee@sci.utah.edu
- To: manta@sci.utah.edu
- Subject: [Manta] r1728 - in trunk: Interface SwigInterface
- Date: Wed, 19 Sep 2007 17:51:37 -0600 (MDT)
Author: brownlee
Date: Wed Sep 19 17:51:37 2007
New Revision: 1728
Modified:
trunk/Interface/Context.h
trunk/SwigInterface/manta.i
Log:
TEMPORARY fix for SWIG by ignoring some DynBVH functions
Modified: trunk/Interface/Context.h
==============================================================================
--- trunk/Interface/Context.h (original)
+++ trunk/Interface/Context.h Wed Sep 19 17:51:37 2007
@@ -235,7 +235,7 @@
unsigned int proc;
unsigned int num_procs;
private:
- UpdateContext();
+ UpdateContext() {}
};
}
Modified: trunk/SwigInterface/manta.i
==============================================================================
--- trunk/SwigInterface/manta.i (original)
+++ trunk/SwigInterface/manta.i Wed Sep 19 17:51:37 2007
@@ -279,6 +279,11 @@
#include <Model/Groups/ObjGroup.h>
%}
+//TODO: these are quick fixes, should actually fix these functions with SWIG
-Carson
+%ignore Manta::DynBVH::finishUpdate;
+%ignore Manta::DynBVH::parallelTopDownUpdate;
+
+
%include <Model/Groups/DynBVH.h>
%include <Model/Groups/Mesh.h>
%include <Model/Groups/ObjGroup.h>
- [Manta] r1728 - in trunk: Interface SwigInterface, brownlee, 09/19/2007
Archive powered by MHonArc 2.6.16.