mirror of https://github.com/CGAL/cgal
the outside cells must have default-constructed Subdomain_index(), i.e. 0 in MEDIT files
This commit is contained in:
parent
fce4086c72
commit
8814eb88d2
|
|
@ -125,7 +125,7 @@ private:
|
|||
if ( elt_it != subdomain_map_.end() )
|
||||
return elt_it->second;
|
||||
else
|
||||
return -1;
|
||||
return 0;
|
||||
}
|
||||
|
||||
private:
|
||||
|
|
|
|||
Loading…
Reference in New Issue