X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkDD.h;h=c21bb815acbc080e97f3adfd9b844c934209292e;hb=62fec36fbd5a7a092ab29af461b590c22c7a3baa;hp=f43db9d005d9ef9d98f4b6ca4dc66bb5713b8b66;hpb=56e172dedaad4164fda77d02eeb34a035b2d8597;p=clitk.git diff --git a/common/clitkDD.h b/common/clitkDD.h index f43db9d..c21bb81 100644 --- a/common/clitkDD.h +++ b/common/clitkDD.h @@ -29,6 +29,7 @@ std::ostringstream ossDD; \ ossDD << #a " = [ " << a << " ]" << std::endl; \ OutputDebugString(ossDD.str().c_str()); \ + std::cout << ossDD.str() << std::endl; \ } #else # define DD(a) std::cout << #a " = [ " << a << " ]" << std::endl;std::cout.flush();