cafe-1.13.0

This commit is contained in:
2021-03-22 12:41:12 +01:00
parent 90d82bec7a
commit 32ed13125d
4 changed files with 1071 additions and 3 deletions
+1
View File
@@ -1,6 +1,7 @@
*~
*.bak
*.*-
RHEL7-x86_64
SL6-x86_64
windows-x64
felix-cache
-1
View File
@@ -1 +0,0 @@
exampleNew.m
+1068
View File
File diff suppressed because it is too large Load Diff
+1 -1
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:
+1 -1
View File
@@ -1 +1 @@
makefile_rel_1.12-gcc-6.3.0
makefile_rel_1.13-gcc-6.3.0