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:
parent
b3e2c337c3
commit
c8eefe0ad6
@ -372,7 +372,7 @@ inline static void import_numpy() {
|
||||
static bool init = false;
|
||||
if (!init) {
|
||||
_import_array();
|
||||
std::cerr << "importing array"<<std::endl;
|
||||
//std::cerr << "importing array"<<std::endl;
|
||||
init = true;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user