Skip to content
Snippets Groups Projects
Commit 786b12bc authored by george's avatar george
Browse files

Corrected addpath for AIM

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2022 ac1d8469-bf42-47a9-8791-bf33cf982152
parent 53aa9ce5
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ if ~exist('OCTAVE_VERSION') && isempty(ver('stats'))
addpath([dynareroot '/distributions/'])
end
if exist('AIM')==7 % Add path to G.Anderson AIM solver (added by GP July'08)
if exist([dynareroot '/AIM'])==7 % Add path to G.Anderson AIM solver (added by GP July'08)
addpath([dynareroot '/AIM/']);
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment