Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[MANTA] r444 - branches/itanium2/Model/Groups


Chronological Thread 
  • From: abe@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [MANTA] r444 - branches/itanium2/Model/Groups
  • Date: Wed, 27 Jul 2005 23:52:15 -0600 (MDT)

Author: abe
Date: Wed Jul 27 23:52:14 2005
New Revision: 444

Modified:
   branches/itanium2/Model/Groups/TransparentKDTree.cc
Log:
Fixed includes-- why did this build in icc9.0?

Modified: branches/itanium2/Model/Groups/TransparentKDTree.cc
==============================================================================
--- branches/itanium2/Model/Groups/TransparentKDTree.cc (original)
+++ branches/itanium2/Model/Groups/TransparentKDTree.cc Wed Jul 27 23:52:14 
2005
@@ -31,7 +31,7 @@
 #include <Model/Groups/TransparentKDTree.h>
 
 #include <iostream>
-
+#include <algorithm>
 
 #include <stdio.h>
 #include "varray.h"
@@ -44,12 +44,14 @@
 #include <SCIRun/Core/Thread/Thread.h>
 #include <SCIRun/Core/Thread/Runnable.h>
 
+
 using namespace Manta;
 using namespace Manta::Kdtree;
 using namespace SCIRun;
+
 using std::cerr;
 using std::endl;
-
+using std::sort;
 
 // From Tomas Akenine-Mˆller's code, included below in this file.
 int intersect_triangle3(const float orig[3], 




  • [MANTA] r444 - branches/itanium2/Model/Groups, abe, 07/27/2005

Archive powered by MHonArc 2.6.16.

Top of page