changeset 226:bd99ea1fc733 feature/beams

Clearer messages.
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 30 Jun 2016 14:10:26 +0200
parents de8bcef865b0
children 151ab2b5a686
files +noname/calculateSolution.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/+noname/calculateSolution.m	Tue Jun 28 16:50:32 2016 +0200
+++ b/+noname/calculateSolution.m	Thu Jun 30 14:10:26 2016 +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