9 lines
219 B
Matlab
9 lines
219 B
Matlab
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);
|