From 0ad96739f698f30592fac9bcda4ff37844b0bc69 Mon Sep 17 00:00:00 2001 From: Simon Rit Date: Tue, 26 Apr 2011 14:40:49 +0200 Subject: [PATCH] Init IO factories --- tools/clitkImageArithm.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/clitkImageArithm.cxx b/tools/clitkImageArithm.cxx index 554d151..61dbcb1 100644 --- a/tools/clitkImageArithm.cxx +++ b/tools/clitkImageArithm.cxx @@ -27,6 +27,7 @@ // clitk include #include "clitkImageArithm_ggo.h" #include "clitkImageArithmGenericFilter.h" +#include "clitkIO.h" //-------------------------------------------------------------------- int main(int argc, char * argv[]) @@ -34,6 +35,7 @@ int main(int argc, char * argv[]) // Init command line GGO(clitkImageArithm, args_info); + CLITK_INIT; // Creation of a generic filter typedef clitk::ImageArithmGenericFilter FilterType; -- 2.45.1