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