3
0
mirror of https://github.com/triqs/dft_tools synced 2024-12-25 05:43:40 +01:00

Correction: remove a cerr print

- forgotten print
This commit is contained in:
Olivier Parcollet 2014-06-21 14:11:43 +02:00
parent b3e2c337c3
commit c8eefe0ad6

View File

@ -372,7 +372,7 @@ inline static void import_numpy() {
static bool init = false; static bool init = false;
if (!init) { if (!init) {
_import_array(); _import_array();
std::cerr << "importing array"<<std::endl; //std::cerr << "importing array"<<std::endl;
init = true; init = true;
} }
} }