[MOAB-dev] r1332 - MOAB/trunk/tools/qvdual
dcthomp at mcs.anl.gov
dcthomp at mcs.anl.gov
Wed Oct 24 15:35:28 CDT 2007
Author: dcthomp
Date: 2007-10-24 15:35:28 -0500 (Wed, 24 Oct 2007)
New Revision: 1332
Modified:
MOAB/trunk/tools/qvdual/DrawDual.cpp
Log:
COMP: Fix for 64-bit vtkIdType.
Modified: MOAB/trunk/tools/qvdual/DrawDual.cpp
===================================================================
--- MOAB/trunk/tools/qvdual/DrawDual.cpp 2007-10-24 19:41:42 UTC (rev 1331)
+++ MOAB/trunk/tools/qvdual/DrawDual.cpp 2007-10-24 20:35:28 UTC (rev 1332)
@@ -960,7 +960,7 @@
std::vector<GVEntity*> gv_cells;
int cell_num;
MBRange::iterator rit;
- int cell_points[20];
+ vtkIdType cell_points[20];
static int vtk_cell_type[] = {VTK_VERTEX, VTK_LINE, VTK_POLYGON};
gv_cells.reserve(cell_range.size());
More information about the moab-dev
mailing list