Mercurial > repos > public > sbplib
diff +noname/plotSolutions.m @ 215:7bb2ef637142 feature/beams
Fixed some typos in noname.
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 22 Jun 2016 14:42:49 +0200 |
parents | ddfb98209aa2 |
children |
line wrap: on
line diff
--- a/+noname/plotSolutions.m Wed Jun 22 14:42:01 2016 +0200 +++ b/+noname/plotSolutions.m Wed Jun 22 14:42:49 2016 +0200 @@ -10,7 +10,7 @@ key = sf.keys{i}; entry = sf.get(key); - method = key.method; + name = key.name; order = key.order; m = key.m; T = key.T; @@ -23,11 +23,11 @@ update(repr); if save_figures - figname = sprintf('%s_%s_o%d_m%d_T%d',figename_prefix,method,order,m,i); + figname = sprintf('%s_%s_o%d_m%d_T%d',figename_prefix,name,order,m,i); fprintf('Saving figure to ''%s''\n',figname); saveeps(hand,figname); end end -end \ No newline at end of file +end