From e9c871f56b32ac61469c12401ff0e1b558cdef28 Mon Sep 17 00:00:00 2001 From: Ingmar Schoegl Date: Sat, 15 Nov 2025 14:44:17 -0600 Subject: [PATCH 1/2] [MATLAB] Fix gitCommit Co-authored-by: ssun30 --- interfaces/matlab/Utility/+ct/gitCommit.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/matlab/Utility/+ct/gitCommit.m b/interfaces/matlab/Utility/+ct/gitCommit.m index e97676f893b..a0fff7dc4a0 100644 --- a/interfaces/matlab/Utility/+ct/gitCommit.m +++ b/interfaces/matlab/Utility/+ct/gitCommit.m @@ -7,5 +7,5 @@ % A string containing the Git commit hash for the current version of Cantera. ct.isLoaded(true); - v = ct.impl.getString('mCt_getGitCommit'); + v = ct.impl.getString('mCt_gitCommit'); end From e2290026c9851e6c0b8334245ab206050a51b85e Mon Sep 17 00:00:00 2001 From: Ingmar Schoegl Date: Sat, 15 Nov 2025 14:45:57 -0600 Subject: [PATCH 2/2] [MATLAB] Tweak samples page --- samples/matlab/README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/matlab/README.rst b/samples/matlab/README.rst index b40c0bf8a39..3d40e78da17 100644 --- a/samples/matlab/README.rst +++ b/samples/matlab/README.rst @@ -1,5 +1,5 @@ -Matlab (experimental) Examples -============================== +Matlab Examples +=============== These examples are written for use with the "experimental" version of the Cantera Matlab toolbox that was introduced with Cantera 3.0.