fix more issues for debug builds
This commit is contained in:
@@ -508,7 +508,7 @@ class GenericCirculatorT_DEPRECATED : protected GenericCirculatorBaseT<typename
|
|||||||
const GenericCirculatorBaseT<Mesh>* self = this;
|
const GenericCirculatorBaseT<Mesh>* self = this;
|
||||||
#ifndef NDEBUG
|
#ifndef NDEBUG
|
||||||
assert(this->heh_.is_valid());
|
assert(this->heh_.is_valid());
|
||||||
value_type res = (self->GenericCirculatorT_DEPRECATED_TraitsT::toHandle(this->mesh_);
|
value_type res = (GenericCirculatorT_DEPRECATED_TraitsT::toHandle(this->mesh_, this->heh_));
|
||||||
assert(res.is_valid());
|
assert(res.is_valid());
|
||||||
return make_smart(res, this->mesh_);
|
return make_smart(res, this->mesh_);
|
||||||
#else
|
#else
|
||||||
|
|||||||
Reference in New Issue
Block a user