diff +util/ReplaceableString.m @ 1018:eca4d9df9365 feature/advectionRV

Merge with default for latest changes
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Tue, 11 Dec 2018 17:31:28 +0100
parents f30eafd6d4dc
children
line wrap: on
line diff
--- a/+util/ReplaceableString.m	Tue Dec 11 16:29:21 2018 +0100
+++ b/+util/ReplaceableString.m	Tue Dec 11 17:31:28 2018 +0100
@@ -58,3 +58,5 @@
 function b = padStr(a, n)
     b = sprintf('%-*s', n, a);
 end
+
+% TODO: Add a debug mode which prints without replacing?