10 lines
183 B
Matlab
10 lines
183 B
Matlab
function v = canteraVersion()
|
|
% CANTERAVERSION Get Cantera version information
|
|
% canteraVersion()
|
|
%
|
|
% :return:
|
|
% A string containing the Cantera version
|
|
%
|
|
|
|
v = ctmethods(0, 6);
|
|
|