Changeset 40519 for trunk/Ohana/src/opihi/cmd.data
- Timestamp:
- Aug 20, 2018, 11:22:22 AM (8 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.data/read_vectors.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.data/read_vectors.c
r40333 r40519 645 645 646 646 vecType = OPIHI_INT; 647 if (!strcmp (type, "double") || !strcmp (type, "float") || !strcmp (type, "int64_t")) {647 if (!strcmp (type, "double") || !strcmp (type, "float")) { 648 648 vecType = OPIHI_FLT; 649 649 }
Note:
See TracChangeset
for help on using the changeset viewer.
