Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix duplicate colon matlab error identifiers
Matlab error IDs must consist only of words and single colon separators, but runtime errors that get passed up the chain currently use a double colon (SWIG::RuntimeError) which causes Matlab to complain: "The error message identifier is invalid." The fix is to remove the duplicate colon
- Loading branch information