Mercurial > hg > octave-avbm
diff src/ov-struct.cc @ 5775:ace8d8d26933
[project @ 2006-04-24 19:13:06 by jwe]
author | jwe |
---|---|
date | Mon, 24 Apr 2006 19:13:11 +0000 (2006-04-24) |
parents | 8d7162924bd3 |
children | 080c08b192d8 |
line wrap: on
line diff
--- a/src/ov-struct.cc +++ b/src/ov-struct.cc @@ -151,7 +151,7 @@ panic_impossible (); } - // XXX FIXME XXX -- perhaps there should be an + // FIXME -- perhaps there should be an // octave_value_list::next_subsref member function? See also // octave_user_function::subsref. @@ -416,7 +416,7 @@ void octave_struct::print_raw (std::ostream& os, bool) const { - // XXX FIXME XXX -- would be nice to print the output in some + // FIXME -- would be nice to print the output in some // standard order. Maybe all substructures first, maybe // alphabetize entries, etc. @@ -709,7 +709,7 @@ { retval = false; - // XXX FIXME XXX -- should this work for all types that can do + // FIXME -- should this work for all types that can do // structure reference operations? if (args(0).is_map () && args(1).is_string ()) @@ -821,7 +821,7 @@ // Field is either cell or character matrix. - // XXX FIXME XX -- this could be simplified if we had + // FIXME -- this could be simplified if we had // cellstr and iscellstr functions available. bool field_is_cell = field.is_cell (); @@ -838,7 +838,7 @@ { // Retrieve the dimension value. - // XXX FIX ME XXX -- int_value () should print out the + // FIXME -- int_value () should print out the // conversions it does to be Matlab compatible. octave_idx_type dim = args(2).int_value () - 1;