fix comment

This commit is contained in:
eap 2011-05-26 16:28:56 +00:00
parent b67b76d19d
commit 6d345dac11

View File

@ -188,7 +188,7 @@ namespace
typedef SMDS_StdIterator< const SMDS_MeshElement*, SMDS_ElemIteratorPtr > TStdElemIterator;
TStdElemIterator itEnd;
// shift of node index to get medium nodes corresponding to the 4 base nodes
// shift of node index to get medium nodes between the 4 base nodes and the apex
const int base2MediumShift = 9;
set<const SMDS_MeshNode*>::const_iterator nIt = commonApex.begin();