IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 4, 2011, 1:19:27 PM (15 years ago)
Author:
eugene
Message:

updates from eam branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/lib.shell/VectorOps.c

    r30614 r31160  
    218218    }
    219219    free (vec[0].elements.Int);
    220     vec[0].elements.Flt = vo;
     220    vec[0].elements.Flt = temp;
    221221    vec[0].type = OPIHI_FLT;
    222222  } else {
     
    229229    }
    230230    free (vec[0].elements.Flt);
    231     vec[0].elements.Int = vo;
     231    vec[0].elements.Int = temp;
    232232    vec[0].type = OPIHI_INT;
    233233  }
Note: See TracChangeset for help on using the changeset viewer.