jonathf / matlab2cpp

Convertion program from Matlab to C++ using Armadillo
BSD 3-Clause "New" or "Revised" License
181 stars 64 forks source link

Updated error messages #102

Closed geirpa closed 7 years ago

geirpa commented 7 years ago

Updated some error messages so that the Matlab file should be mentioned in the error message.

Also added

ifndef

define

...

endif

guards for the .hpp files.