Changeset 41341 for trunk/Ohana/src/opihi/cmd.data/print_vectors.c
- Timestamp:
- Apr 16, 2020, 2:04:27 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.data/print_vectors.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.data/print_vectors.c
r41340 r41341 56 56 if (vec[i][0].type == OPIHI_FLT) { 57 57 gprint (GP_LOG, "%f ", vec[i][0].elements.Flt[j]); 58 } else { 58 } 59 if (vec[i][0].type == OPIHI_INT) { 59 60 gprint (GP_LOG, OPIHI_INT_FMT" ", vec[i][0].elements.Int[j]); 60 } 61 } 62 if (vec[i][0].type == OPIHI_STR) { 63 gprint (GP_LOG, "%s ", vec[i][0].elements.Str[j]); 64 } 61 65 } 62 66 }
Note:
See TracChangeset
for help on using the changeset viewer.
