comparison examples/structdemo.cc @ 9932:6cb30a539481

untabify files in examples directory
author John W. Eaton <jwe@octave.org>
date Mon, 07 Dec 2009 14:53:20 -0500
parents 4295d634797d
children 2204120e38d2
comparison
equal deleted inserted replaced
9931:fb6b6fcafa62 9932:6cb30a539481
16 if (! error_state && arg0.contains (arg1)) 16 if (! error_state && arg0.contains (arg1))
17 { 17 {
18 // The following two lines might be written as 18 // The following two lines might be written as
19 // octave_value tmp; 19 // octave_value tmp;
20 // for (Octave_map::iterator p0 = 20 // for (Octave_map::iterator p0 =
21 // arg0.begin(); 21 // arg0.begin();
22 // p0 != arg0.end(); p0++ ) 22 // p0 != arg0.end(); p0++ )
23 // if (arg0.key (p0) == arg1) 23 // if (arg0.key (p0) == arg1)
24 // { 24 // {
25 // tmp = arg0.contents (p0) (0); 25 // tmp = arg0.contents (p0) (0);
26 // break; 26 // break;