[MOAB-dev] r2269 - MOAB/trunk/tools/iMesh

kraftche at mcs.anl.gov kraftche at mcs.anl.gov
Tue Nov 18 13:30:05 CST 2008


Author: kraftche
Date: 2008-11-18 13:30:05 -0600 (Tue, 18 Nov 2008)
New Revision: 2269

Modified:
   MOAB/trunk/tools/iMesh/iMeshP_protos.h
Log:
track changes to iMeshP.h

Modified: MOAB/trunk/tools/iMesh/iMeshP_protos.h
===================================================================
--- MOAB/trunk/tools/iMesh/iMeshP_protos.h	2008-11-18 18:47:59 UTC (rev 2268)
+++ MOAB/trunk/tools/iMesh/iMeshP_protos.h	2008-11-18 19:30:05 UTC (rev 2269)
@@ -15,10 +15,10 @@
 #define iMeshP_getNumOfTopoAll		FC_FUNC_(imeshp_getnumoftopoall,	IMESHP_GETNUMOFTOPOALL)
 #define iMeshP_createPart		FC_FUNC_(imeshp_createpart,		IMESHP_CREATEPART)
 #define iMeshP_destroyPart		FC_FUNC_(imeshp_destroypart,		IMESHP_DESTROYPART)
-#define iMeshP_getPartFromPartHandle	FC_FUNC_(imeshp_getpartfromparthandle,	IMESHP_GETPARTFROMPARTHANDLE)
-#define iMeshP_getPartFromPartHandlesArr FC_FUNC_(imeshp_getpartfromparthandlesarr,	IMESHP_GETPARTFROMPARTHANDLESARR)
-#define iMeshP_getPartHandleFromPart	FC_FUNC_(imeshp_getparthandlefrompart,	IMESHP_GETPARTHANDLEFROMPART)
-#define iMeshP_getPartHandlesFromPartsArr FC_FUNC_(imeshp_getparthandlesfrompartsarr,	IMESHP_GETPARTHANDLESFROMPARTSARR)
+#define iMeshP_getPartIdFromPartHandle	FC_FUNC_(imeshp_getpartidfromparthandle,	IMESHP_GETPARTIDFROMPARTHANDLE)
+#define iMeshP_getPartIdsFromPartHandlesArr FC_FUNC_(imeshp_getpartidsfromparthandlesarr,	IMESHP_GETPARTIDSFROMPARTHANDLESARR)
+#define iMeshP_getPartHandleFromPartId	FC_FUNC_(imeshp_getparthandlefrompartid,	IMESHP_GETPARTHANDLEFROMPARTID)
+#define iMeshP_getPartHandlesFromPartsIdsArr FC_FUNC_(imeshp_getparthandlesfrompartsidsarr,	IMESHP_GETPARTHANDLESFROMPARTSIDSARR)
 #define iMeshP_getNumPartNbors		FC_FUNC_(imeshp_getnumpartnbors,	IMESHP_GETNUMPARTNBORS) 
 #define iMeshP_getNumPartNborsArr	FC_FUNC_(imeshp_getnumpartnborsarr,	IMESHP_GETNUMPARTNBORSARR) 
 #define iMeshP_getPartNbors		FC_FUNC_(imeshp_getpartnbors,		IMESHP_GETPARTNBORS) 




More information about the moab-dev mailing list