Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] r2222 - trunk/Model/Readers


Chronological Thread 
  • From: aek@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [Manta] r2222 - trunk/Model/Readers
  • Date: Tue, 22 Apr 2008 22:17:04 -0600 (MDT)

Author: aek
Date: Tue Apr 22 22:17:02 2008
New Revision: 2222

Modified:
   trunk/Model/Readers/UDAReader-stub.cc
Log:
UDAReader-stub.cc was missing "using namespace Manta;"



Modified: trunk/Model/Readers/UDAReader-stub.cc
==============================================================================
--- trunk/Model/Readers/UDAReader-stub.cc       (original)
+++ trunk/Model/Readers/UDAReader-stub.cc       Tue Apr 22 22:17:02 2008
@@ -1,5 +1,6 @@
 #include <Model/Readers/UDAReader.h>
 #include <iostream>
+using namespace Manta;
 using namespace std;
 
 void UDAReader::readUDA(string directory)




  • [Manta] r2222 - trunk/Model/Readers, aek, 04/22/2008

Archive powered by MHonArc 2.6.16.

Top of page