Changeset 16059 for trunk/Ohana/src/opihi/lib.shell/expand_vectors.c
- Timestamp:
- Jan 14, 2008, 1:50:11 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.shell/expand_vectors.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.shell/expand_vectors.c
r16003 r16059 113 113 if (J < 0) J += buf[0].header.Naxis[1]; 114 114 ptr = (float *) buf[0].matrix.buffer; 115 f1 = ptr[I + J*buf[0].header.Naxis[ 1]];115 f1 = ptr[I + J*buf[0].header.Naxis[0]]; 116 116 } else { 117 117 if ((vec = SelectVector (tmpline, OLDVECTOR, TRUE)) == NULL) goto dumpline;
Note:
See TracChangeset
for help on using the changeset viewer.
