comparison +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
comparison
equal deleted inserted replaced
1017:2d7c1333bd6c 1018:eca4d9df9365
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?