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