From: Eduardo DAVILA Date: Thu, 9 Dec 2021 10:33:22 +0000 (+0100) Subject: #3380 Clean Code X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=ddf2bb21801064ffc7aa5779a5e58edadbd767bc;p=creaContours.git #3380 Clean Code --- diff --git a/lib/kernel_ManagerContour_NDimensions/OutlineModelManager.cxx b/lib/kernel_ManagerContour_NDimensions/OutlineModelManager.cxx index b1c4f4b..9de974e 100644 --- a/lib/kernel_ManagerContour_NDimensions/OutlineModelManager.cxx +++ b/lib/kernel_ManagerContour_NDimensions/OutlineModelManager.cxx @@ -393,7 +393,9 @@ { // imageSource = new ImageSourceThing(aSource); //return addImageSource(new ImageSourceThing(aSource), theInstantData); - return NULL;//*********************************************************************************************** +//EED 2021-12-02 +// return NULL;//*********************************************************************************************** + return false; } /* @@ -406,7 +408,9 @@ { //imageSection = new ImageSectionThing(aSecImageData); // return addImageSection(new ImageSectionThing(aSecImageData), theInstantData); - return NULL; + //EED 2021-12-02 + // return NULL;//*********************************************************************************************** + return false; } /*