Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] r1877 - trunk/Image


Chronological Thread 
  • From: abe@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [Manta] r1877 - trunk/Image
  • Date: Tue, 27 Nov 2007 12:03:27 -0700 (MST)

Author: abe
Date: Tue Nov 27 12:03:26 2007
New Revision: 1877

Modified:
   trunk/Image/NRRDFile.cc
Log:

Fixed build error involving renamed UnknownPixelFormat. Trunk now compiles, 
except for the python stuff...

M    Image/NRRDFile.cc


Modified: trunk/Image/NRRDFile.cc
==============================================================================
--- trunk/Image/NRRDFile.cc     (original)
+++ trunk/Image/NRRDFile.cc     Tue Nov 27 12:03:26 2007
@@ -32,7 +32,7 @@
 #include <Image/Pixel.h>
 #include <Image/SimpleImage.h>
 
-#include <Core/Exceptions/UnknownPixel.h>
+#include <Core/Exceptions/UnknownPixelFormat.h>
 #include <Core/Exceptions/InputError.h>
 #include <Core/Exceptions/OutputError.h>
 
@@ -141,7 +141,7 @@
   }
   else {
     nrrdNix( out_nrrd );
-    throw UnknownPixel( "Unsupported image type for nrrd output." );
+    throw UnknownPixelFormat( "Unsupported image type for nrrd output." );
   }
 
   
/////////////////////////////////////////////////////////////////////////////




  • [Manta] r1877 - trunk/Image, abe, 11/27/2007

Archive powered by MHonArc 2.6.16.

Top of page