Changeset 28239
- Timestamp:
- Jun 6, 2010, 3:44:05 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/Ohana.20100606/src/tools/src/ftable.c
r28237 r28239 358 358 if (!strcmp (type, "int64_t")) { 359 359 memcpy (line, &data[i*Nv*Nb + Nb*j], Nb); 360 fprintf (stdout, OFF_T_FMT"", *(int64_t*)line);360 fprintf (stdout, "%lld ", *(int64_t*)line); 361 361 } 362 362 if (!strcmp (type, "float")) {
Note:
See TracChangeset
for help on using the changeset viewer.
