diff +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
line wrap: on
line diff
--- a/+noname/calculateSolution.m	Tue Sep 11 13:24:08 2018 +0200
+++ b/+noname/calculateSolution.m	Tue Sep 11 15:58:35 2018 +0200
@@ -13,7 +13,7 @@
         fprintf('File ''%s'' already exist.',filename);
         do_append = yesnoQuestion('Do you want to append to it?');
         if ~do_append
-            fprintf('Exiting...\n');
+            fprintf('Exiting. No Solutions calculated.\n');
             return
         end
     end