diff +util/ReplaceableString.m @ 1072:6468a5f6ec79 feature/grids/LaplaceSquared

Merge with default
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 12 Feb 2019 17:12:42 +0100
parents f30eafd6d4dc
children
line wrap: on
line diff
--- a/+util/ReplaceableString.m	Thu Sep 20 12:05:20 2018 +0200
+++ b/+util/ReplaceableString.m	Tue Feb 12 17:12:42 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?