]> Creatis software - creaContours.git/blobdiff - lib/Interface_ManagerContour_NDimensions/wxContourMainFrame.cxx
*** empty log message ***
[creaContours.git] / lib / Interface_ManagerContour_NDimensions / wxContourMainFrame.cxx
index b95f0c460aacfaf6c93af09b9b4cb37202d5f07c..6a2b6a8fd6269262c220762479d9b090680d5d2d 100644 (file)
@@ -1075,7 +1075,6 @@ void wxContourMainFrame::openContours( FILE *pFile, int version )
                {
                        int typeOfTransformation = radioOpts->GetSelection();
                        transform = true;
-
                }
        
                int i;
@@ -1104,7 +1103,7 @@ void wxContourMainFrame::openContours( FILE *pFile, int version )
                        manModelContour =  kernelManager->factoryManualContourModel(typeContourModel);
                        manModelContour->Open(pFile);
                                
-                       if (transform)
+                       if (transform==true)
                        {
                                if (typeOfTransformation==0)
                                {