comparison +noname/calculateSolution.m @ 226:bd99ea1fc733 feature/beams

Clearer messages.
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 30 Jun 2016 14:10:26 +0200
parents 2b133d833668
children
comparison
equal deleted inserted replaced
225:de8bcef865b0 226:bd99ea1fc733
11 11
12 if exist(filename,'file') && ~force_flag 12 if exist(filename,'file') && ~force_flag
13 fprintf('File ''%s'' already exist.',filename); 13 fprintf('File ''%s'' already exist.',filename);
14 do_append = yesnoQuestion('Do you want to append to it?'); 14 do_append = yesnoQuestion('Do you want to append to it?');
15 if ~do_append 15 if ~do_append
16 fprintf('Exiting...\n'); 16 fprintf('Exiting. No Solutions calculated.\n');
17 return 17 return
18 end 18 end
19 end 19 end
20 20
21 sf = SolutionFile(filename); 21 sf = SolutionFile(filename);