comparison scripts/plot/ancestor.m @ 10549:95c3e38098bf

Untabify .m scripts
author Rik <code@nomad.inbox5.com>
date Fri, 23 Apr 2010 11:28:50 -0700
parents 16f53d29049f
children 3df114a44da3
comparison
equal deleted inserted replaced
10548:479536c5bb10 10549:95c3e38098bf
56 p = h; 56 p = h;
57 if (look_first) 57 if (look_first)
58 break; 58 break;
59 endif 59 endif
60 endif 60 endif
61 h = get (h, "Parent"); 61 h = get (h, "Parent");
62 endwhile 62 endwhile
63 else 63 else
64 error ("ancestor: second argument must be a string or cell array of strings"); 64 error ("ancestor: second argument must be a string or cell array of strings");
65 endif 65 endif
66 else 66 else