MS-SBVAR: add file that was not being cleaned

time-shift
Houtan Bastani 2011-09-13 18:31:02 -04:00
parent 8747d91d98
commit a911e5fef6
1 changed files with 1 additions and 0 deletions

View File

@ -30,5 +30,6 @@ function clean_ms_probabilities_files(file_tag)
delete_if_exists(['smoothed_' file_tag '.out']);
delete_if_exists(['filtered_' file_tag '.out']);
delete_if_exists(['real_time_smoothed_' file_tag '.out']);
delete_dir_if_exists([file_tag filesep 'Output' filesep 'Probabilities']);
end