This commit is contained in:
Lukas 2019-02-04 13:12:31 +01:00
parent 1303e92379
commit 665acf811d

View File

@ -578,8 +578,8 @@ namespace netgen
osegs_both.Append(osegs1[l]);
}
for(int l = 0; l<osegs_both.Size(); l++) {
int segnp = (*this)[osegs_both[l]].GetNP();
if(segnp!=segnp)
int segnp2 = (*this)[osegs_both[l]].GetNP();
if(segnp!=segnp2)
throw NgException("Tried to identify non-curved and curved Segment!");
}
for(int l = 0; l<osegs_both.Size(); l++) {