Merge pull request #118 from andrewkww/assert_fix

subdivisionTablesFactory: Fix typo in assert()
This commit is contained in:
David G Yu 2013-02-10 16:36:41 -08:00
commit 65a437956e

View File

@ -231,7 +231,7 @@ FarSubdivisionTablesFactory<T,U>::FarSubdivisionTablesFactory( HbrMesh<T> const
if (depth>maxlevel)
continue;
assert( remapTable[ v->GetID() ] = -1 );
assert( remapTable[ v->GetID() ] == -1 );
if (depth==0) {
_vertVertsList[ depth ].push_back( v );