mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-18 14:27:39 +03:00
OCC22315 Correction of pure misprint in TDatsXtd & ViewerTest
This commit is contained in:
@@ -216,7 +216,7 @@ const Handle(TNaming_NamedShape)& TDataXtd_Constraint::GetPlane() const
|
||||
void TDataXtd_Constraint::SetType (const TDataXtd_ConstraintEnum CTR)
|
||||
{
|
||||
// OCC2932 correction
|
||||
if(myType = CTR) return;
|
||||
if(myType == CTR) return;
|
||||
|
||||
Backup();
|
||||
myType = CTR;
|
||||
|
Reference in New Issue
Block a user