comparison scripts/plot/refresh.m @ 11589:b0084095098e

missing semicolons in script files
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 18:26:09 -0500
parents fd0a3ac60b0e
children 72c96de7a403
comparison
equal deleted inserted replaced
11588:d5bd2766c640 11589:b0084095098e
35 print_usage (); 35 print_usage ();
36 else 36 else
37 h = gcf (); 37 h = gcf ();
38 endif 38 endif
39 39
40 set(h,"__modified__", "on") 40 set(h,"__modified__", "on");
41 drawnow (); 41 drawnow ();
42 endfunction 42 endfunction