Set missing argument in makedataset.m that leads to crashes with GSA

Fixes the recent problem with unit tests
time-shift
Johannes Pfeifer 2014-07-23 12:04:47 +02:00
parent 0efcef8f20
commit bf69cee91f
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ if isempty(DynareOptions.datafile) && isempty(DynareOptions.dataset.file) && ise
if gsa_flag
DynareDataset = dseries();
DatasetInfo = [];
newdatainterface=0;
return
else
error('makedataset: datafile option is missing!')