itaps-parallel From: txie at scorec.rpi.edu
owner-itaps-parallel at mcs.anl.gov
owner-itaps-parallel at mcs.anl.gov
Tue Oct 21 13:00:28 CDT 2008
Hi, Karen,
In the latest version of iMeshP.h, there is one line still undefined:
#define ITAPS_DECLARE_HANDLE( NAME ) typedef struct NAME##DummyStruct *NAME
To make the definition be consistent within the whole group, I suggest the
following change:
#define ITAPS_DECLARE_HANDLE( NAME ) typedef void *NAME
Thus, the interior implementation can be hided from iMeshP users. And we
should also make it clear that the implementations do not have the right
to change the iMeshP.h file.
Please let me know if you find any problems. Thanks.
Thanks,
Ting
More information about the itaps-parallel
mailing list