Code quality: Large clean-up of the codebase and especially of the include/ folder

This commit is contained in:
Philippe Tillet
2015-08-06 12:05:12 -07:00
parent df9f6142ef
commit db090d7942
68 changed files with 534 additions and 663 deletions

View File

@@ -143,7 +143,7 @@ void export_driver()
.add_property("name",&isc::driver::Platform::name)
;
bp::enum_<isaac::driver::Device::VENDOR>
bp::enum_<isaac::driver::Device::Vendor>
("vendor")
.value("AMD", isc::driver::Device::AMD)
.value("INTEL", isc::driver::Device::INTEL)