X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvMeshActor.cxx;h=b946f380a03c9d1a97a2600b5831926cea80e8cd;hb=33b0605f7f0b0b8bb2a6d90c3fec771487b29744;hp=80074b6efd795debad6a0a7724e93ef05fbfcd0b;hpb=931a42358442f4ee4f314613c991c838d4b4e3b7;p=clitk.git diff --git a/vv/vvMeshActor.cxx b/vv/vvMeshActor.cxx index 80074b6..b946f38 100644 --- a/vv/vvMeshActor.cxx +++ b/vv/vvMeshActor.cxx @@ -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; }