Changeset 3305
- Timestamp:
- 11/07/09 10:51:10 (2 weeks ago)
- Files:
-
- 1 modified
-
MOAB/trunk/TagTest.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
MOAB/trunk/TagTest.cpp
r3289 r3305 1600 1600 rval = mb.create_vertices( &coords[0], coords.size()/3, verts ); 1601 1601 CHECK_ERR( rval ); 1602 CHECK_EQUAL( coords.size()/3, verts.size() );1602 CHECK_EQUAL( coords.size()/3, (size_t)verts.size() ); 1603 1603 // create one edge, which we should never get back from 1604 1604 // our queries with type == MBVERTEX … … 1663 1663 rval = mb.get_entities_by_type_and_tag( 0, MBVERTEX, &tag_sparse, ptrs, 1, result, MBInterface::INTERSECT ); 1664 1664 CHECK_ERR(rval); 1665 CHECK_EQUAL( ( size_t)1, result.size() );1665 CHECK_EQUAL( (MBEntityHandle)1, result.size() ); 1666 1666 CHECK_EQUAL( sets[1].front(), result.front() ); 1667 1667
![(please configure the [header_logo] section in trac.ini)](/projects/ITAPS/chrome/common/trac_banner.png)