diff +util/ReplaceableString.m @ 1033:037f203b9bf5 feature/burgers1d

Merge with branch feature/advectioRV to utilize the +rv package
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Thu, 17 Jan 2019 10:44:12 +0100
parents f30eafd6d4dc
children
line wrap: on
line diff
--- a/+util/ReplaceableString.m	Fri Oct 12 08:50:25 2018 +0200
+++ b/+util/ReplaceableString.m	Thu Jan 17 10:44:12 2019 +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?