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

luis at geodynamics.org luis at geodynamics.org
Wed Jan 23 18:10:25 PST 2008


Author: luis
Date: 2008-01-23 18:10:25 -0800 (Wed, 23 Jan 2008)
New Revision: 9122

Modified:
   cs/benchmark/cigma/trunk/src/MeshPart.h
Log:
Removed commented-out virtual methods from MeshPart.h

Modified: cs/benchmark/cigma/trunk/src/MeshPart.h
===================================================================
--- cs/benchmark/cigma/trunk/src/MeshPart.h	2008-01-23 06:38:09 UTC (rev 9121)
+++ cs/benchmark/cigma/trunk/src/MeshPart.h	2008-01-24 02:10:25 UTC (rev 9122)
@@ -15,12 +15,6 @@
     virtual ~MeshPart();
 
 public:
-    //virtual int n_nodes() = 0;
-    //virtual int n_nsd() = 0;
-    //virtual int n_nel() = 0;
-    //virtual int n_ndofs() = 0;
-
-public:
     void set_coordinates(double *coordinates, int nno, int nsd);
     void set_connectivity(int *connectivity, int nel, int ndofs);
 



More information about the cig-commits mailing list