Skip to content

Commit

Permalink
fix another instance
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeits committed Jan 5, 2016
1 parent cc2e917 commit 388538c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/matlab/matlabtypemaps.swg
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#define SWIG_SetConstant(name, obj) SWIG_Matlab_SetConstant(module_ns,name,obj)

// raise
#define SWIG_Matlab_Raise(OBJ, TYPE, DESC) mexErrMsgIdAndTxt("SWIG::RuntimeError", "C++ side threw an exception of type " TYPE)
#define SWIG_Matlab_Raise(OBJ, TYPE, DESC) mexErrMsgIdAndTxt("SWIG:RuntimeError", "C++ side threw an exception of type " TYPE)
#define SWIG_Raise(obj, type, desc) SWIG_Matlab_Raise(obj, type, desc)

/* directors are supported in Matlab */
Expand Down

0 comments on commit 388538c

Please sign in to comment.