Mercurial > hg > octave-avbm
changeset 1303:f85193c7dabc
[project @ 1995-05-02 21:18:31 by jwe]
author | jwe |
---|---|
date | Tue, 02 May 1995 21:20:42 +0000 |
parents | 70fc5216efbf |
children | addfb525226d |
files | scripts/plot/__plr2__.m |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/plot/__plr2__.m +++ b/scripts/plot/__plr2__.m @@ -60,7 +60,7 @@ endif [r_nr, r_nc] = size (rho); if (t_nr != r_nr) - rho = rho' + rho = rho'; tmp = r_nr; r_nr = r_nc; r_nc = tmp; @@ -83,7 +83,7 @@ endif [t_nr, t_nc] = size (theta); if (r_nr != t_nr) - theta = rho' + theta = theta'; tmp = t_nr; t_nr = t_nc; t_nc = tmp;