[MOAB-dev] r2538 - MOAB/trunk
kraftche at mcs.anl.gov
kraftche at mcs.anl.gov
Tue Jan 13 20:23:29 CST 2009
Author: kraftche
Date: 2009-01-13 20:23:29 -0600 (Tue, 13 Jan 2009)
New Revision: 2538
Modified:
MOAB/trunk/MBCN.cpp
MOAB/trunk/MBCN.hpp
Log:
fix incorrect documentation
Modified: MOAB/trunk/MBCN.cpp
===================================================================
--- MOAB/trunk/MBCN.cpp 2009-01-13 21:11:40 UTC (rev 2537)
+++ MOAB/trunk/MBCN.cpp 2009-01-14 02:23:29 UTC (rev 2538)
@@ -846,8 +846,8 @@
//! are present.
//! \param this_type Type of entity for which sub-entity connectivity is being queried
//! \param num_verts Number of nodes defining entity
- //! \param mid_nodes If <em>mid_nodes[i], i=0..2</em> is true, indicates that mid-edge
- //! (i=0), mid-face (i=1), and/or mid-region (i=2) nodes are likely
+ //! \param mid_nodes If <em>mid_nodes[i], i=1..3</em> is true, indicates that mid-edge
+ //! (i=1), mid-face (i=2), and/or mid-region (i=3) nodes are likely
void MBCN_HasMidNodes(const int this_type,
const int num_verts,
int mid_nodes[4])
Modified: MOAB/trunk/MBCN.hpp
===================================================================
--- MOAB/trunk/MBCN.hpp 2009-01-13 21:11:40 UTC (rev 2537)
+++ MOAB/trunk/MBCN.hpp 2009-01-14 02:23:29 UTC (rev 2538)
@@ -370,8 +370,8 @@
//! are present.
//! \param this_type Type of entity for which sub-entity connectivity is being queried
//! \param num_verts Number of nodes defining entity
- //! \param mid_nodes If <em>mid_nodes[i], i=0..2</em> is true, indicates that mid-edge
- //! (i=0), mid-face (i=1), and/or mid-region (i=2) nodes are likely
+ //! \param mid_nodes If <em>mid_nodes[i], i=1..2</em> is true, indicates that mid-edge
+ //! (i=1), mid-face (i=2), and/or mid-region (i=3) nodes are likely
static void HasMidNodes(const MBEntityType this_type,
const int num_verts,
int mid_nodes[4]);
More information about the moab-dev
mailing list