Show
Ignore:
Timestamp:
11/06/09 20:44:41 (4 months ago)
Author:
kraftche
Message:

add test case from Jim demonstrating but in adjacencey query for iBase_ALL_TYPEs, and fix bug

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • MOAB/trunk/tools/iMesh/iMesh_MOAB.cpp

    r3271 r3303  
    717717          if (MBCN::Dimension(TYPE_FROM_HANDLE(*entity_iter)) == dim) 
    718718            continue; 
    719           result = MBI->get_adjacencies( entity_iter, 1, dim, false, adj_ents ); 
     719          result = MBI->get_adjacencies( entity_iter, 1, dim, false, adj_ents, MBInterface::UNION ); 
    720720          if (MB_SUCCESS != result) { 
    721721            iMesh_processError(iBase_ERROR_MAP[result], "iMesh_getEntArrAdj: trouble getting adjacency list.");