Prevent Matlab on OS X from crashing on error
authorDaniel Golden <dgolden1@gmail.com>
Wed, 5 Nov 2014 21:36:00 +0000 (13:36 -0800)
committerDaniel Golden <dgolden1@gmail.com>
Thu, 6 Nov 2014 01:31:43 +0000 (17:31 -0800)
commitf7625e3632fd18ef0ebeafbe9c807990582618dc
treef3417500c02e71630353a6df8b825bed6290d1d5
parent30651a2a91a31a58bf055c3b30565d783398dd96
Prevent Matlab on OS X from crashing on error

Replace CHECK() and LOG(FATAL) with LOG(ERROR) and mexErrMsgTxt

A failed CHECK() or LOG(FATAL) causes Matlab to crash on OS X 10.9 with Matlab 2014a.
matlab/caffe/matcaffe.cpp