cantera/interfaces/matlab/toolbox/getDataDirectories.m
2016-10-31 17:14:26 -04:00

10 lines
343 B
Matlab

function d = getDataDirectories()
% GETDATADIRECTORIES Get a cell array of the directories searched for data files.
% getdatadirectories()
% Get a cell array of the directories Cantera searches for data files
%
% :return:
% Cell array with strings representing the data file search directories
%
d = strsplit(ctmethods(0, 5, ';'), ';');