comparison +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
comparison
equal deleted inserted replaced
967:368a2773f78b 968:a4ad90b37998
56 end 56 end
57 57
58 function b = padStr(a, n) 58 function b = padStr(a, n)
59 b = sprintf('%-*s', n, a); 59 b = sprintf('%-*s', n, a);
60 end 60 end
61
62 % TODO: Add a debug mode which prints without replacing?