[cig-commits] r9053 - cs/benchmark/cigma/trunk/src

luis at geodynamics.org luis at geodynamics.org
Mon Jan 14 21:28:30 PST 2008


Author: luis
Date: 2008-01-14 21:28:30 -0800 (Mon, 14 Jan 2008)
New Revision: 9053

Modified:
   cs/benchmark/cigma/trunk/src/VtkUgReader.h
Log:
Change VtkUgReader to subclass from Reader


Modified: cs/benchmark/cigma/trunk/src/VtkUgReader.h
===================================================================
--- cs/benchmark/cigma/trunk/src/VtkUgReader.h	2008-01-15 05:28:28 UTC (rev 9052)
+++ cs/benchmark/cigma/trunk/src/VtkUgReader.h	2008-01-15 05:28:30 UTC (rev 9053)
@@ -1,7 +1,10 @@
 #ifndef __VTK_UG_READER_H__
 #define __VTK_UG_READER_H__
 
-#include <string>
+#include <string> 
+
+#include "Reader.h"
+
 #include "vtkUnstructuredGridReader.h"
 #include "vtkUnstructuredGrid.h"
 
@@ -10,7 +13,7 @@
     class VtkUgReader;
 }
 
-class cigma::VtkUgReader
+class cigma::VtkUgReader : cigma::Reader
 {
 public:
     VtkUgReader();



More information about the cig-commits mailing list