Skip to content
Snippets Groups Projects
Verified Commit 8520d891 authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Remove unused output arguments.

parent 167ce3b6
Branches
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ function initialize_fame_toolbox() ...@@ -18,7 +18,7 @@ function initialize_fame_toolbox()
% along with Dynare. If not, see <http://www.gnu.org/licenses/>. % along with Dynare. If not, see <http://www.gnu.org/licenses/>.
% Get path to the current script. % Get path to the current script.
[FAME_TOOLBOX_ROOT_DIRECTORY, ~, ~] = fileparts(which('initialize_fame_toolbox')); [FAME_TOOLBOX_ROOT_DIRECTORY] = fileparts(which('initialize_fame_toolbox'));
% Load path to TIMEIQ Java library. % Load path to TIMEIQ Java library.
try try
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment