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

luis at geodynamics.org luis at geodynamics.org
Wed Oct 15 02:07:57 PDT 2008


Author: luis
Date: 2008-10-15 02:07:57 -0700 (Wed, 15 Oct 2008)
New Revision: 13055

Modified:
   cs/cigma/trunk/src/MeshPart.h
Log:
Added headers to MeshPart.h

Modified: cs/cigma/trunk/src/MeshPart.h
===================================================================
--- cs/cigma/trunk/src/MeshPart.h	2008-10-15 09:07:55 UTC (rev 13054)
+++ cs/cigma/trunk/src/MeshPart.h	2008-10-15 09:07:57 UTC (rev 13055)
@@ -2,8 +2,10 @@
 #define __CIGMA_MESH_PART_H__
 
 
-//#include "Cell.h"
+#include "Cell.h"
 #include "Locator.h"
+#include "NodeCoordinates.h"
+#include "ElementBlock.h"
 
 namespace cigma
 {



More information about the cig-commits mailing list