예제 #1
0
파일: imtime.hpp 프로젝트: TRIQS/triqs
 friend void h5_write(h5::group fg, std::string const &subgroup_name, gf_mesh const &m) { h5_write_impl(fg, subgroup_name, m, "MeshImTime"); }
예제 #2
0
 void h5_write(group g, std::string const &name, double const &x) { h5_write_impl(g, name, x); }
예제 #3
0
 void h5_write(group g, std::string const &name, std::complex<double> const &x) { h5_write_impl(g, name, x); }
예제 #4
0
 void h5_write(group g, std::string const &name, size_t const &x) { h5_write_impl(g, name, x); }