diff +util/ReplaceableString.m @ 968:a4ad90b37998 feature/poroelastic

Merge with default.
author Martin Almquist <malmquist@stanford.edu>
date Sun, 23 Dec 2018 14:39:31 +0100
parents f30eafd6d4dc
children
line wrap: on
line diff
--- a/+util/ReplaceableString.m	Sun Dec 23 14:06:26 2018 +0100
+++ b/+util/ReplaceableString.m	Sun Dec 23 14:39:31 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?