Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion interfaces/matlab/Utility/+ct/gitCommit.m
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Comment thread
bryanwweber marked this conversation as resolved.
end
4 changes: 2 additions & 2 deletions samples/matlab/README.rst
Original file line number Diff line number Diff line change
@@ -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.
Expand Down