mirror of
https://github.com/triqs/dft_tools
synced 2024-12-25 13:53:40 +01:00
Correction: remove a cerr print
- forgotten print
This commit is contained in:
parent
b3e2c337c3
commit
c8eefe0ad6
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user