IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 8, 2011, 2:54:20 PM (15 years ago)
Author:
eugene
Message:

add nice ability to pantasks/pcontrol/pclient; add ports to pantasks_server; minor updates to dvo skycoverage, etc

File:
1 edited

Legend:

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

    r30610 r32632  
    169169
    170170    // we are going to do another pass: mark the entries to skip
    171     pmin = max;
    172     pmax = min;
     171    pmin = min;
     172    pmax = max;
    173173    if (iter < Niter - 1) {
    174174      if (vec[0].type == OPIHI_FLT) {
     
    208208skip:
    209209  FREE(mask);
     210  if (mask) mask = NULL;
    210211
    211212  if (!Quiet) {
Note: See TracChangeset for help on using the changeset viewer.