Python: fixed minor error in kernels.cpp
This commit is contained in:
@@ -15,7 +15,7 @@ namespace detail
|
||||
{
|
||||
bp::list input_sizes(tpt::base & temp, sc::expressions_tuple const & tree)
|
||||
{
|
||||
std::vector<int> tmp = temp.input_sizes(tree);
|
||||
std::vector<isaac::int_t> tmp = temp.input_sizes(tree);
|
||||
return tools::to_list(tmp.begin(), tmp.end());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user