[MOAB-dev] r1910 - MOAB/trunk
dcthomp at mcs.anl.gov
dcthomp at mcs.anl.gov
Tue Jun 17 20:02:48 CDT 2008
Author: dcthomp
Date: 2008-06-17 20:02:48 -0500 (Tue, 17 Jun 2008)
New Revision: 1910
Modified:
MOAB/trunk/MBInterface.hpp
Log:
STYLE: Fix the docs.
Modified: MOAB/trunk/MBInterface.hpp
===================================================================
--- MOAB/trunk/MBInterface.hpp 2008-06-18 00:54:07 UTC (rev 1909)
+++ MOAB/trunk/MBInterface.hpp 2008-06-18 01:02:48 UTC (rev 1910)
@@ -785,7 +785,7 @@
Example: \code
MBEntityHandle quad_conn[] = {vertex0, vertex1, vertex2, vertex3};
MBEntityHandle quad_handle = 0;
- create_element( MeshQuad, quad_conn, 4, new_handle ); \endcode
+ create_element( MeshQuad, quad_conn, 4, quad_handle ); \endcode
*/
virtual MBErrorCode create_element(const MBEntityType type,
const MBEntityHandle *connectivity,
More information about the moab-dev
mailing list