cantera/interfaces/matlab/toolbox/canteraGitCommit.m
2017-01-23 14:33:31 -05:00

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