Corrected comment for _obj_is_[row|col]_stored().

Details:
- Fixed a mistake in the comments introduced in the previous commit for
  bli_obj_is_row_stored() and bli_obj_is_col_stored().
This commit is contained in:
Field G. Van Zee
2014-08-07 18:28:32 -05:00
parent 43d5e419e1
commit 98ec95877a

View File

@@ -583,8 +583,8 @@ bli_obj_width_stored( obj )
//
// NOTE: The following two macros differ from their non-obj counterparts
// in that they do not identify m x 1 and 1 x n objects as column-stored
// and row-stored, respectively, which is needed when considering packed
// in that they do not identify m x 1 and 1 x n objects as row-stored and
// column-stored, respectively, which is needed when considering packed
// objects. But this is okay, since none of the invocations of these
// "obj" macros are used on packed matrices.
//