mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
fix bboundary condition numbering
This commit is contained in:
parent
ccde47d2c0
commit
a6ea18d07d
@ -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())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user