[MOAB-dev] r1446 - MOAB/trunk
kraftche at mcs.anl.gov
kraftche at mcs.anl.gov
Fri Dec 7 14:50:09 CST 2007
Author: kraftche
Date: 2007-12-07 14:50:08 -0600 (Fri, 07 Dec 2007)
New Revision: 1446
Modified:
MOAB/trunk/ReadHDF5.hpp
Log:
remove declarations of non-existant functions
Modified: MOAB/trunk/ReadHDF5.hpp
===================================================================
--- MOAB/trunk/ReadHDF5.hpp 2007-12-07 20:42:03 UTC (rev 1445)
+++ MOAB/trunk/ReadHDF5.hpp 2007-12-07 20:50:08 UTC (rev 1446)
@@ -93,16 +93,6 @@
//! The type of an MBEntityHandle
hid_t handleType;
-
- //! Get entity given ID
- MBEntityHandle handle_from_id( id_t id );
-
- //! Get range of entities given range of IDs
- MBErrorCode handles_from_ids( id_t start_id, id_t count, MBRange& merge );
-
- //! Get list of handles from list of IDs
- MBErrorCode handles_from_ids( id_t* id_array, id_t count,
- std::vector<MBEntityHandle>& append );
//! Read node coordinates.
MBErrorCode read_nodes( );
More information about the moab-dev
mailing list