diff +noname/calculateSolution.m @ 425:e56dbd9e4196 feature/grids

Merge feature/beams
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 07 Feb 2017 16:09:02 +0100
parents bd99ea1fc733
children
line wrap: on
line diff
--- a/+noname/calculateSolution.m	Tue Feb 07 15:47:51 2017 +0100
+++ b/+noname/calculateSolution.m	Tue Feb 07 16:09:02 2017 +0100
@@ -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