comparison +noname/calculateSolution.m @ 425:e56dbd9e4196 feature/grids

Merge feature/beams
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 07 Feb 2017 16:09:02 +0100
parents bd99ea1fc733
children
comparison
equal deleted inserted replaced
423:a2cb0d4f4a02 425:e56dbd9e4196
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);