- Timestamp:
- Jan 28, 2010, 4:43:52 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091201/Ohana/src/tools/src/ftable.c
r16387 r26716 361 361 memcpy (line, &data[i*Nv*Nb + Nb*j], Nb); 362 362 fprintf (stdout, "%d ", *(int *)line); 363 } 364 if (!strcmp (type, "int64_t")) { 365 memcpy (line, &data[i*Nv*Nb + Nb*j], Nb); 366 fprintf (stdout, "%d ", *(int64_t*)line); 363 367 } 364 368 if (!strcmp (type, "float")) {
Note:
See TracChangeset
for help on using the changeset viewer.
