comparison +util/ReplaceableString.m @ 979:7a5e770974ed feature/timesteppers

Merge with default
author Jonatan Werpers <jonatan@werpers.com>
date Mon, 07 Jan 2019 16:26:00 +0100
parents f30eafd6d4dc
children
comparison
equal deleted inserted replaced
933:34b3d092a4d0 979:7a5e770974ed
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?