trunk read_variables.m: fixed Octave compatibility problem

git-svn-id: https://www.dynare.org/svn/dynare/trunk@2651 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
sebastien 2009-04-29 13:22:06 +00:00
parent cc477a360d
commit e9f59ebd51
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ function dyn_data_01=read_variables(file_name_01,var_names_01,dyn_data_01,xls_sh
% along with Dynare. If not, see <http://www.gnu.org/licenses/>.
old_pwd = cd;
old_pwd = pwd;
[path_name_02,file_name_02,ext_name_02] = fileparts(file_name_01);
if ~isempty(path_name_02)
file_name_01 = [file_name_02, ext_name_02];