Add Matlab function for checking git commit

This commit is contained in:
Ray Speth 2017-01-23 14:33:31 -05:00
parent 8e89bbb8d2
commit 7979a2b52a

View 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);