fix bboundary condition numbering

This commit is contained in:
Christopher Lackner 2016-10-17 17:31:09 +02:00
parent ccde47d2c0
commit a6ea18d07d

View File

@ -5773,7 +5773,7 @@ namespace netgen
void Mesh :: SetCD2Name ( int cd2nr, const string & abcname )
{
cd2nr++;
cd2nr--;
(*testout) << "setCD2Name on edge " << cd2nr << " to " << abcname << endl;
if (cd2nr >= cd2names.Size())
{