IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16387


Ignore:
Timestamp:
Feb 9, 2008, 10:03:46 AM (18 years ago)
Author:
eugene
Message:

fixed counting error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/tools/src/ftable.c

    r15905 r16387  
    354354    for (i = 0; i < Ny; i++) {
    355355      if (!strcmp (type, "char")) {
    356         memcpy (line, &data[i*Nx + Nstart], Nv*Nb);
     356        memcpy (line, &data[i*Nv*Nb], Nv*Nb);
    357357        fprintf (stdout, "%s\n", line);
    358358      } else {
Note: See TracChangeset for help on using the changeset viewer.