IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 16, 2010, 6:44:32 AM (16 years ago)
Author:
eugene
Message:

updates for large files (fseeok, sizes to off_t, etc)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/largefiles.20100314/Ohana/src/opihi/dvo/gstar.c

    r23664 r27295  
    1111  double Mcat, Mrel;
    1212  double *RA, *DEC;
    13   int i, j, k, m, N, *N1, Nsecfilt, NPTS, QUIET, FULL_OUTPUT, INST;
    14   int Nstars, found, GetMeasures, Nlo, Nhi;
     13  off_t i, Nstars, *N1;
     14  int j, k, m, N, Nsecfilt, NPTS, QUIET, FULL_OUTPUT, INST;
     15  int found, GetMeasures, Nlo, Nhi;
    1516  int SaveVectors;
    1617  Vector *vec1, *vec2, *vec3, *vec4, *vec5, *vec6;
     
    102103  ALLOCATE (RA, double, Nstars);
    103104  ALLOCATE (DEC, double, Nstars);
    104   ALLOCATE (N1, int, Nstars);
     105  ALLOCATE (N1, off_t, Nstars);
    105106
    106107  /* find star(s) in RA, DEC list -- use a dumb algorithm for now, improve later */
Note: See TracChangeset for help on using the changeset viewer.