Skip to content
Snippets Groups Projects

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

Merged Johannes Pfeifer requested to merge JohannesPfeifer:unit_test into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -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!')
Loading