[MOAB-dev] r4994 - MOAB/trunk/itaps/imesh

kraftche at cae.wisc.edu kraftche at cae.wisc.edu
Mon Jun 13 18:39:56 CDT 2011


Author: kraftche
Date: 2011-06-13 18:39:54 -0500 (Mon, 13 Jun 2011)
New Revision: 4994

Modified:
   MOAB/trunk/itaps/imesh/testc_cbind.c
Log:
fix warnings

Modified: MOAB/trunk/itaps/imesh/testc_cbind.c
===================================================================
--- MOAB/trunk/itaps/imesh/testc_cbind.c	2011-06-13 23:38:54 UTC (rev 4993)
+++ MOAB/trunk/itaps/imesh/testc_cbind.c	2011-06-13 23:39:54 UTC (rev 4994)
@@ -611,9 +611,9 @@
   int hexes_alloc = 0, hexes_size;
   iBase_EntitySetHandle hex_set;
   iBase_EntityHandle *adj_faces1 = NULL;
-  int adj_faces1_alloc = 0; /*, adj_faces1_size; */
+  /* int adj_faces1_alloc = 0, adj_faces1_size; */
   int *face_offsets1 = NULL;
-  int face_offsets1_alloc = 0; /*, face_offsets1_size; */
+  /* int face_offsets1_alloc = 0, face_offsets1_size; */
 
     /* get the number of whole mesh */
   int n_whole_mesh = 0;
@@ -1092,11 +1092,11 @@
   }
   
     /* get adjacent faces of all hexes */
+/*
   adj_faces1 = NULL;
   adj_faces1_alloc = 0;
   face_offsets1 = NULL;
   face_offsets1_alloc = 0;
-/*
   iMesh_getAdjEntities(mesh, hex_set,
                        iBase_ALL_TYPES,
                        iMesh_HEXAHEDRON, iBase_FACE,
























More information about the moab-dev mailing list