X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkDD.h;h=c21bb815acbc080e97f3adfd9b844c934209292e;hb=afede09ad631dcf7297e3189aeb1d2288fb25902;hp=f43db9d005d9ef9d98f4b6ca4dc66bb5713b8b66;hpb=f4fc4c25f08ee080852aa6e75526bfa8116cc59a;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();