IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 14, 2008, 1:50:11 PM (19 years ago)
Author:
eugene
Message:

convert to new gauss-jordan code (non-Press); fixing Wall,Werror warnings; fixed bug in shell command; fixed bug in matrix element lookup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/lib.shell/expand_vectors.c

    r16003 r16059  
    113113      if (J < 0) J += buf[0].header.Naxis[1];
    114114      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]];
    116116    } else {
    117117      if ((vec = SelectVector (tmpline, OLDVECTOR, TRUE)) == NULL) goto dumpline;
Note: See TracChangeset for help on using the changeset viewer.