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

luis at geodynamics.org luis at geodynamics.org
Fri Jan 25 07:37:13 PST 2008


Author: luis
Date: 2008-01-25 07:37:13 -0800 (Fri, 25 Jan 2008)
New Revision: 9131

Modified:
   cs/benchmark/cigma/trunk/src/VtkUgMeshPart.h
Log:
Removed some comments from VtkUgMeshPart.h


Modified: cs/benchmark/cigma/trunk/src/VtkUgMeshPart.h
===================================================================
--- cs/benchmark/cigma/trunk/src/VtkUgMeshPart.h	2008-01-24 20:17:27 UTC (rev 9130)
+++ cs/benchmark/cigma/trunk/src/VtkUgMeshPart.h	2008-01-25 15:37:13 UTC (rev 9131)
@@ -27,12 +27,6 @@
     ~VtkUgMeshPart();
 
 public:
-    //int n_nodes() { return nno; }
-    //int n_nsd()   { return nsd; }
-    //int n_nel()   { return nel; }
-    //int n_ndofs() { return ndofs; }
-
-public:
     void initialize();
     void set_coordinates(double *coordinates, int nno, int nsd);
     void set_connectivity(int *connectivity, int nel, int ndofs);
@@ -41,8 +35,6 @@
     bool find_cell(double globalPoint[3], int *cellIndex);
 
 public:
-    //int nno, nsd;
-    //int nel, ndofs;
     vtkUnstructuredGrid *grid;
     vtkPoints *points;
     vtkDoubleArray *coordsArray;



More information about the cig-commits mailing list