Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] r1874 - trunk/Core/Containers


Chronological Thread 
  • From: sparker@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [Manta] r1874 - trunk/Core/Containers
  • Date: Tue, 27 Nov 2007 08:23:25 -0700 (MST)

Author: sparker
Date: Tue Nov 27 08:23:12 2007
New Revision: 1874

Modified:
   trunk/Core/Containers/Array2.h
Log:
Removed extraneous SCIRun persistent I/O garbage


Modified: trunk/Core/Containers/Array2.h
==============================================================================
--- trunk/Core/Containers/Array2.h      (original)
+++ trunk/Core/Containers/Array2.h      Tue Nov 27 08:23:12 2007
@@ -129,18 +129,6 @@
   void initialize(const T&);
 
   inline T** get_dataptr() {return objs;}
-
-#ifndef SCI_NOPERSISTENT
-#if defined(_AIX)
-  template <typename Type> 
-  friend void TEMPLATE_TAG Pio TEMPLATE_BOX (Piostream&, Array2<Type>&);
-  template <typename Type> 
-  friend void TEMPLATE_TAG Pio TEMPLATE_BOX (Piostream&, Array2<Type>*&);
-#else
-  friend void TEMPLATE_TAG Pio TEMPLATE_BOX (Piostream&, Array2<T>&);
-  friend void TEMPLATE_TAG Pio TEMPLATE_BOX (Piostream&, Array2<T>*&);
-#endif
-#endif // #ifndef SCI_NOPERSISTENT
 };
 
 template<class T>




  • [Manta] r1874 - trunk/Core/Containers, sparker, 11/27/2007

Archive powered by MHonArc 2.6.16.

Top of page