mirror of
https://github.com/triqs/dft_tools
synced 2024-10-31 19:23:45 +01:00
f1c32012a6
- for all functions, except when GIL option (not implemented) is here we use a triqs::py_stream, which redirect the stream to python sys.write - so that a simple C++ code with a std::cout print its output in the notebook... - NB : it only works for the code within the cell. If it calls another function on the lib which uses cout, print is not redirected. Designed for simple tests.... - cerr not (yet) redirected. (useful ?). |
||
---|---|---|
.. | ||
base.cpp | ||
base.hpp | ||
group.cpp | ||
group.hpp | ||
make_h5_read_write.hpp | ||
map.hpp | ||
scalar.cpp | ||
scalar.hpp | ||
serialization.hpp | ||
string.cpp | ||
string.hpp | ||
vector.cpp | ||
vector.hpp |