comparison +util/ReplaceableString.m @ 1033:037f203b9bf5 feature/burgers1d

Merge with branch feature/advectioRV to utilize the +rv package
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Thu, 17 Jan 2019 10:44:12 +0100
parents f30eafd6d4dc
children
comparison
equal deleted inserted replaced
854:18162a0a5bb5 1033:037f203b9bf5
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?