]> Creatis software - clitk.git/blobdiff - vv/vvMeshActor.cxx
Synergy projections file format
[clitk.git] / vv / vvMeshActor.cxx
index 80074b6efd795debad6a0a7724e93ef05fbfcd0b..b946f380a03c9d1a97a2600b5831926cea80e8cd 100644 (file)
@@ -119,7 +119,7 @@ void vvMeshActor::ToggleSuperposition()
 {
     DD("Warning: superposition not implemented");
   // std::cout << "vvMeshActor::ToggleSuperposition size = " << mMeshes.size() << std::endl;
-    if (not mSuperpostionMode and mMesh->GetNumberOfMeshes() > 1)
+    if (! mSuperpostionMode && mMesh->GetNumberOfMeshes() > 1)
     {
         mSuperpostionMode=true;
     }