[cig-commits] r13814 - cs/cigma/trunk/src

luis at geodynamics.org luis at geodynamics.org
Mon Jan 12 14:09:32 PST 2009


Author: luis
Date: 2009-01-12 14:09:32 -0800 (Mon, 12 Jan 2009)
New Revision: 13814

Modified:
   cs/cigma/trunk/src/io_vtk_reader.h
Log:
Fixed prototype of VtkReader::getCellType for the case when HAVE_VTK is not defined

Modified: cs/cigma/trunk/src/io_vtk_reader.h
===================================================================
--- cs/cigma/trunk/src/io_vtk_reader.h	2009-01-12 22:09:28 UTC (rev 13813)
+++ cs/cigma/trunk/src/io_vtk_reader.h	2009-01-12 22:09:32 UTC (rev 13814)
@@ -81,7 +81,7 @@
     VtkReader();
     ~VtkReader();
     ReaderType getReaderType() { return VTK_FILE_READER; }
-    Cell::type getCellType()   { return Cell::NONE; }
+    cigma::Cell::type getCellType(int id) const { return Cell::NONE; }
 };
 
 #endif /* HAVE_VTK */



More information about the CIG-COMMITS mailing list