X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2Fkernel_ManagerContour_NDimensions%2FCommandsRegisterStructure.cxx;fp=lib%2Fkernel_ManagerContour_NDimensions%2FCommandsRegisterStructure.cxx;h=10aeb2afdd39f9972637bf72e6e9e392f11cb446;hb=0572d9fea3bcf790609a9264a5ee4b67f5c0e019;hp=e3509379c9b8dcf472a2cf5753660d261e1b25eb;hpb=9cfc8937ca83d9bd9937ddb0275294f98fcf453d;p=creaContours.git diff --git a/lib/kernel_ManagerContour_NDimensions/CommandsRegisterStructure.cxx b/lib/kernel_ManagerContour_NDimensions/CommandsRegisterStructure.cxx index e350937..10aeb2a 100644 --- a/lib/kernel_ManagerContour_NDimensions/CommandsRegisterStructure.cxx +++ b/lib/kernel_ManagerContour_NDimensions/CommandsRegisterStructure.cxx @@ -40,13 +40,13 @@ */ void CommandsRegisterStructure :: registerCommand(CommandObject * theCommand) { - int antes =registeredActions.size(); + //int antes =registeredActions.size(); levelLastToActual(true); registeredActions.push_back(theCommand); actualIndexToExec = registeredActions.size()-1; lastAction = actualIndexToExec; - int despues =registeredActions.size(); - int otr = 0; + //int despues =registeredActions.size(); + //int otr = 0; }