Skip to content
Snippets Groups Projects
Commit 561d07e8 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

SWZ: bug fix

parent cd021d33
No related branches found
No related tags found
No related merge requests found
...@@ -376,10 +376,12 @@ set_options(SbvarOption *options, int nrhs, const mxArray *prhs[]) ...@@ -376,10 +376,12 @@ set_options(SbvarOption *options, int nrhs, const mxArray *prhs[])
} }
else else
{ {
printf("The you must pass an integer after specifying the 'horizon' option"); printf("You must pass an integer after specifying the 'horizon' option");
return 1; return 1;
} }
} }
else if (strstr(input_buf, "filtered"))
options->filtered_probabilities = true;
else if (strstr(input_buf, "error_bands")) else if (strstr(input_buf, "error_bands"))
{ {
mxFree(options->percentiles); mxFree(options->percentiles);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment