IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 40519


Ignore:
Timestamp:
Aug 20, 2018, 11:22:22 AM (8 years ago)
Author:
eugene
Message:

accept input mask if supplied vector is an INT

File:
1 edited

Legend:

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

    r40333 r40519  
    645645   
    646646    vecType = OPIHI_INT;
    647     if (!strcmp (type, "double") || !strcmp (type, "float") || !strcmp (type, "int64_t")) {
     647    if (!strcmp (type, "double") || !strcmp (type, "float")) {
    648648      vecType = OPIHI_FLT;
    649649    }
Note: See TracChangeset for help on using the changeset viewer.