IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 14, 2008, 1:50:11 PM (18 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/parse.c

    r16003 r16059  
    177177
    178178      fptr = (float *) buf[0].matrix.buffer;
    179       fptr[Nx + Ny*buf[0].header.Naxis[1]] = atof (val);
     179      fptr[Nx + Ny*buf[0].header.Naxis[0]] = atof (val);
    180180    } else {
    181181      if ((vec = SelectVector (V0, OLDVECTOR, TRUE)) == NULL) goto error;
Note: See TracChangeset for help on using the changeset viewer.