1
0
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:
SZY
2011-04-28 15:22:18 +00:00
committed by bugmaster
parent b4e5ed666a
commit 9ba380fab3
2 changed files with 19 additions and 19 deletions

View File

@@ -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;