X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fvtk%2Fsrc%2FbbvtkBinaryOperations.cxx;h=e65289adea8929978a0afb1413f4b4124c909384;hb=ba904093f24f1b5d7689ca915de23183b9029ba4;hp=0e2a523f2b5b4d4193843cb410395b7f8193b10f;hpb=9e8c95c96acaea8851733d20090bf6de7eed1269;p=bbtk.git diff --git a/packages/vtk/src/bbvtkBinaryOperations.cxx b/packages/vtk/src/bbvtkBinaryOperations.cxx index 0e2a523..e65289a 100644 --- a/packages/vtk/src/bbvtkBinaryOperations.cxx +++ b/packages/vtk/src/bbvtkBinaryOperations.cxx @@ -49,7 +49,7 @@ void BinaryOperations::Process() if (bbGetInputIn1() == NULL) { - std::cout << "EED BinaryOperations::Process Set In1 at least" << std::endl; + printf( "EED Warning!!! (%s) BinaryOperations::Process Set In1 at least", bbGetFullName().c_str() ); return; } @@ -72,7 +72,7 @@ void BinaryOperations::Process() #endif } else { - std::cout << "EED BinaryOperations::Process Set In2" << std::endl; + printf( "EED Warning!!! (%s) BinaryOperations::Process Set In2 at least", bbGetFullName().c_str() ); return; } switch (bbGetInputOperation())