From c8eefe0ad6b3bcc05ccd78ed475cda90116b0ef8 Mon Sep 17 00:00:00 2001 From: Olivier Parcollet Date: Sat, 21 Jun 2014 14:11:43 +0200 Subject: [PATCH] Correction: remove a cerr print - forgotten print --- triqs/python_tools/wrapper_tools.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/triqs/python_tools/wrapper_tools.hpp b/triqs/python_tools/wrapper_tools.hpp index eec88bee..f1eeffab 100644 --- a/triqs/python_tools/wrapper_tools.hpp +++ b/triqs/python_tools/wrapper_tools.hpp @@ -372,7 +372,7 @@ inline static void import_numpy() { static bool init = false; if (!init) { _import_array(); - std::cerr << "importing array"<