More logical ENUM creation

This commit is contained in:
Philippe Tillet
2014-10-29 17:03:35 +01:00
parent 83bce648a0
commit 086e51d291

View File

@@ -25,8 +25,8 @@ void export_atidlas()
bp::enum_<atidlas::fetching_policy_type>
("fetching_policy_type")
ENUM_VALUE(atidlas, FETCH_FROM_LOCAL)
ENUM_VALUE(atidlas, FETCH_FROM_GLOBAL_CONTIGUOUS)
ENUM_VALUE(atidlas, FETCH_FROM_GLOBAL_STRIDED)
ENUM_VALUE(atidlas, FETCH_FROM_GLOBAL_CONTIGUOUS)
;
//Base