Fixed bug. The cell of strings varlist had wrong dimension (must be a column) if the code is executed with matlab.

time-shift
Stéphane Adjemian (Charybdis) 2013-06-17 14:29:07 +02:00
parent fa202a8716
commit 58b6a7676b
1 changed files with 1 additions and 0 deletions

View File

@ -119,6 +119,7 @@ if ~exist('OCTAVE_VERSION')
error('load_csv_file_data:: Shouldn''t arrive here');
end
freq = init.freq;
varlist = transpose(varlist);
return
end