Update_c3t3::operator() does not return bool!
This commit is contained in:
Laurent Rineau 2015-08-31 16:27:00 +02:00
parent cf74c64c46
commit 253e0dddcf
1 changed files with 1 additions and 1 deletions

View File

@ -1162,7 +1162,7 @@ private:
Subdomain operator()(const Cell_handle& ch, const bool update = true) const
{
if ( c3t3_.triangulation().is_infinite(ch) )
return false;
return Subdomain();
// treat cell
const Subdomain subdomain =