Add Matlab function for checking git commit
This commit is contained in:
parent
8e89bbb8d2
commit
7979a2b52a
1 changed files with 9 additions and 0 deletions
9
interfaces/matlab/toolbox/canteraGitCommit.m
Normal file
9
interfaces/matlab/toolbox/canteraGitCommit.m
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
function v = canteraGitCommit()
|
||||
% CANTERAGITCOMMIT Get Cantera Git commit hash
|
||||
% canteraGitCommit()
|
||||
%
|
||||
% :return:
|
||||
% A string containing the Git commit hash for the current version of Cantera
|
||||
%
|
||||
|
||||
v = ctmethods(0, 7);
|
||||
Loading…
Add table
Reference in a new issue