mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
[MATLAB] Added test data folder to test paths
This commit is contained in:
parent
ef686fee4b
commit
1d36aa5a8f
@ -21,3 +21,4 @@ cantera_root = getenv('CANTERA_ROOT');
|
||||
% Add the Cantera toolbox to the Matlab path
|
||||
addpath(genpath([cantera_root, '/interfaces/matlab_experimental']));
|
||||
addpath(genpath([cantera_root, '/test/matlab_experimental']));
|
||||
addpath(genpath([cantera_root, '/test/data']));
|
||||
|
Loading…
Reference in New Issue
Block a user