ctmatutils.h was missing an #include guard
This commit is contained in:
parent
7e6b232978
commit
d29e31b039
1 changed files with 4 additions and 2 deletions
|
|
@ -1,3 +1,6 @@
|
|||
#ifndef CT_MATUTILS_H
|
||||
#define CT_MATUTILS_H
|
||||
|
||||
const double Undef = -999.123;
|
||||
//const double DERR = -999.999;
|
||||
|
||||
|
|
@ -40,5 +43,4 @@ inline char* getString(const mxArray* p) {
|
|||
return input_buf;
|
||||
}
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue