comparison +noname/calculateSolution.m @ 886:8894e9c49e40 feature/timesteppers

Merge with default for latest changes
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Thu, 15 Nov 2018 16:36:21 -0800
parents bd99ea1fc733
children
comparison
equal deleted inserted replaced
816:b5e5b195da1e 886:8894e9c49e40
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);