mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 09:20:34 +05:00
0022238: Study dump produced by SMESH refers to undefined variable names
correct fixFunctorType(): FT_EntityType is not yet implemented in V6.7.0
This commit is contained in:
parent
8329a633a4
commit
8a6fe1afd1
@ -306,8 +306,9 @@ namespace {
|
||||
undef2newItems[ 43 ].assign( items, items+4 ); }
|
||||
{ int items[] = { 37 };
|
||||
undef2newItems[ 44 ].assign( items, items+1 ); }
|
||||
{ int items[] = { 36 };
|
||||
undef2newItems[ 45 ].assign( items, items+1 ); }
|
||||
// { int items[] = { 36 };
|
||||
//undef2newItems[ 45 ].assign( items, items+1 ); }
|
||||
ASSERT( undef2newItems.rbegin()->first == SMESH::FT_Undefined );
|
||||
}
|
||||
|
||||
int iType = Type.IntegerValue();
|
||||
|
Loading…
Reference in New Issue
Block a user