From 1659efbedb99caeac701fd1513750c14313cd2c1 Mon Sep 17 00:00:00 2001 From: viar Date: Thu, 2 Jun 2022 16:37:06 +0200 Subject: [PATCH] Added Image view shifting with pressing of Mouse Right Button. Adjusted behaviour of TranslationWidget. User interface for image visualisation is in a good state. Almost usable for Alignment. Memery leaks up to now ignored..... --- reg23Topograms/itkDTRrecon/itkImageProcessor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reg23Topograms/itkDTRrecon/itkImageProcessor.cpp b/reg23Topograms/itkDTRrecon/itkImageProcessor.cpp index a300125..3e678f2 100644 --- a/reg23Topograms/itkDTRrecon/itkImageProcessor.cpp +++ b/reg23Topograms/itkDTRrecon/itkImageProcessor.cpp @@ -402,7 +402,7 @@ int itkImageProcessor::load3DSerie(const char * pcDirName) else { std::cout << "No DICOMs in: " << pcDirName << std::endl; - return EXIT_SUCCESS; + return EXIT_FAILURE; } while (seriesItr != seriesEnd)