change masking conditions parameter type for strings
In order to be an accessible parameter type for Python (and hopefully R in the future) bindings, `std::string` needed to be replaced with `std::array<char, 32>`, a fixed-length string type.
Showing
+25 -14
Please register or sign in to comment