IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 24, 2005, 4:40:00 PM (21 years ago)
Author:
eugene
Message:

working version of mosastro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/mosastro/src/warptest.c

    r3295 r3323  
    3838  coords.Npolyterms = 3;
    3939  for (i = 0; i < 7; i++) {
    40     coords.polyterms[0][i] = 0;
    41     coords.polyterms[1][i] = 0;
     40    coords.polyterms[i][0] = 0;
     41    coords.polyterms[i][1] = 0;
    4242  }
    4343  coords.polyterms[3][0] = 1e-10;
Note: See TracChangeset for help on using the changeset viewer.