IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26716


Ignore:
Timestamp:
Jan 28, 2010, 4:43:52 PM (16 years ago)
Author:
eugene
Message:

updates from the trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/Ohana/src/tools/src/ftable.c

    r16387 r26716  
    361361            memcpy (line, &data[i*Nv*Nb + Nb*j], Nb);
    362362            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);
    363367          }
    364368          if (!strcmp (type, "float")) {
Note: See TracChangeset for help on using the changeset viewer.