Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[MANTA] r1336 - trunk/Model/MiscObjects


Chronological Thread 
  • From: thiago@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [MANTA] r1336 - trunk/Model/MiscObjects
  • Date: Wed, 11 Apr 2007 23:00:38 -0600 (MDT)

Author: thiago
Date: Wed Apr 11 23:00:38 2007
New Revision: 1336

Modified:
   trunk/Model/MiscObjects/KeyFrameAnimation.cc
Log:
Removed bogus #include

Modified: trunk/Model/MiscObjects/KeyFrameAnimation.cc
==============================================================================
--- trunk/Model/MiscObjects/KeyFrameAnimation.cc        (original)
+++ trunk/Model/MiscObjects/KeyFrameAnimation.cc        Wed Apr 11 23:00:38 
2007
@@ -2,8 +2,8 @@
 #include <Interface/Context.h>
 #include <Interface/MantaInterface.h>
 #include <SCIRun/Core/Thread/Time.h>
-#include <Model/Interpolators/LinearInterpolation.h>
 
+#include <assert.h>
 #include <cmath>
 
 using namespace Manta;




  • [MANTA] r1336 - trunk/Model/MiscObjects, thiago, 04/11/2007

Archive powered by MHonArc 2.6.16.

Top of page