comparison +noname/calculateSolution.m @ 832:5573913a0949 feature/burgers1d

Merged with default, and updated +scheme/Burgers1D accordingly
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Tue, 11 Sep 2018 15:58:35 +0200
parents bd99ea1fc733
children
comparison
equal deleted inserted replaced
831:d0934d1143b7 832:5573913a0949
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);