]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Small correction.
authorjfa <jfa@opencascade.com>
Mon, 20 Feb 2006 09:19:47 +0000 (09:19 +0000)
committerjfa <jfa@opencascade.com>
Mon, 20 Feb 2006 09:19:47 +0000 (09:19 +0000)
src/VISU_I/VISU_Result_i.cc

index c150b76dec54f59429c7f64d8b1ae7de48f00cd4..e911129b731b03f34f7de87a7301ed3861ee207d 100644 (file)
@@ -796,8 +796,8 @@ VISU::Result_i
   mySourceId(theSourceId),
   myIsBuildImmediately(theIsBuildImmediately),
   myIsBuildFields(theIsBuildFields),
-  myIsBuildGroups(theIsBuildMinMax),
-  myIsBuildMinMax(theIsBuildGroups),
+  myIsBuildMinMax(theIsBuildMinMax),
+  myIsBuildGroups(theIsBuildGroups),
   myIsEntitiesDone(false),
   myIsFieldsDone(false),
   myIsGroupsDone(false),