mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-13 14:27:08 +03:00
0025501: TNaming::Displace calls itself recursively with default parameter.
Patch to fix misprint in method Displace ().
This commit is contained in:
@@ -398,7 +398,7 @@ void TNaming::Displace (const TDF_Label& L,
|
||||
}
|
||||
}
|
||||
for (TDF_ChildIterator ciL(L); ciL.More(); ciL.Next()) {
|
||||
Displace (ciL.Value(),Loc);
|
||||
Displace (ciL.Value(), Loc, WithOld);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user