Skip to content
Snippets Groups Projects
Commit 222beb22 authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Fixed path to dseries class.

parent e9fc6262
No related branches found
No related tags found
No related merge requests found
Pipeline #1788 passed with warnings
......@@ -15,7 +15,7 @@ function x13_binary = select_x13_binary()
% You should have received a copy of the GNU General Public License
% along with Dynare. If not, see <http://www.gnu.org/licenses/>.
dseries_src_root = strrep(which('initialize_dseries_toolbox'),'initialize_dseries_toolbox.m','');
dseries_src_root = strrep(which('initialize_dseries_class'),'initialize_dseries_class.m','');
dseries_x13_root = sprintf('%s%s%s%s%s%s%s', dseries_src_root, '..', filesep(), 'externals', filesep(), 'x13', filesep());
if ismac()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment