IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 21, 2016, 10:49:58 AM (10 years ago)
Author:
eugene
Message:

do not add extra line with NAN values when reading from an ascii file; output Mflat in gstar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.data/read_vectors.c

    r39534 r39634  
    246246          c1 = c0 + Nstart;
    247247          bufferStatus = FALSE;
     248          if (Nstart == 0) continue; // if we have reached EOF and c0 points at the last valid character, we are done
    248249        } else {
    249250          // if we have not reached EOF, we need to shift the buffer to the start of this line and read more data
Note: See TracChangeset for help on using the changeset viewer.