1 Commits

Author SHA1 Message Date
32ed13125d cafe-1.13.0 2021-03-22 12:41:12 +01:00
4 changed files with 1071 additions and 3 deletions

1
.gitignore vendored
View File

@@ -1,6 +1,7 @@
*~
*.bak
*.*-
RHEL7-x86_64
SL6-x86_64
windows-x64
felix-cache

View File

@@ -1 +0,0 @@
exampleNew.m

1068
example.m Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -501,7 +501,7 @@ void macchinettaFunction(int nlhs, mxArray *plhs[], int nrhs, const mxArray *prh
break;
case MOCHA_VERSION:
plhs[0]=mxCreateString((char *) "mocha-1.12.5 (Qt5 compatible) : 15 March 2021");
plhs[0]=mxCreateString((char *) "mocha-1.13.0 : 22 March 2021");
break;
case SHOW:

View File

@@ -1 +1 @@
makefile_rel_1.12-gcc-6.3.0
makefile_rel_1.13-gcc-6.3.0