mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-13 06:30:34 +05:00
fix typo
This commit is contained in:
parent
1303e92379
commit
665acf811d
@ -578,8 +578,8 @@ namespace netgen
|
|||||||
osegs_both.Append(osegs1[l]);
|
osegs_both.Append(osegs1[l]);
|
||||||
}
|
}
|
||||||
for(int l = 0; l<osegs_both.Size(); l++) {
|
for(int l = 0; l<osegs_both.Size(); l++) {
|
||||||
int segnp = (*this)[osegs_both[l]].GetNP();
|
int segnp2 = (*this)[osegs_both[l]].GetNP();
|
||||||
if(segnp!=segnp)
|
if(segnp!=segnp2)
|
||||||
throw NgException("Tried to identify non-curved and curved Segment!");
|
throw NgException("Tried to identify non-curved and curved Segment!");
|
||||||
}
|
}
|
||||||
for(int l = 0; l<osegs_both.Size(); l++) {
|
for(int l = 0; l<osegs_both.Size(); l++) {
|
||||||
|
Loading…
Reference in New Issue
Block a user