comparison +noname/calculateSolution.m @ 427:a613960a157b feature/quantumTriangles

merged with feature/beams
author Ylva Rydin <ylva.rydin@telia.com>
date Thu, 26 Jan 2017 15:59:25 +0100
parents bd99ea1fc733
children
comparison
equal deleted inserted replaced
426:29944ea7674b 427:a613960a157b
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);