the outside cells must have default-constructed Subdomain_index(), i.e. 0 in MEDIT files

This commit is contained in:
Jane Tournois 2022-04-04 17:21:58 +02:00
parent fce4086c72
commit 8814eb88d2
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ private:
if ( elt_it != subdomain_map_.end() )
return elt_it->second;
else
return -1;
return 0;
}
private: