3
0
mirror of https://github.com/triqs/dft_tools synced 2025-01-11 21:48:22 +01:00

Add absolute c_type in many_body_operator desc

This commit is contained in:
Michel Ferrero 2014-06-03 15:09:07 +02:00
parent 8c75aa6373
commit 6295d563ae

View File

@ -4,6 +4,7 @@ from wrap_generator import *
op = class_(
py_type = "Operator",
c_type = "many_body_operator<double>",
c_type_absolute = "triqs::utility::many_body_operator<double>",
is_printable= True,
arithmetic = ("algebra","with_unit","with_unary_minus","double")
)