IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37653


Ignore:
Timestamp:
Nov 20, 2014, 8:33:03 PM (12 years ago)
Author:
eugene
Message:

dvodist needs to copy cpx,cpy,cpz

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140904/Ohana/src/photdbc/src/CopyToHostLocation.c

    r33655 r37653  
    5454    }
    5555
    56     char extname[4][16] = {"cpm", "cpt", "cps", "cpn"};
    57     for (j = 0; success && (j < 4); j++) {
     56    # define NEXTNAME 7
     57    char extname[NEXTNAME][16] = {"cpm", "cpt", "cps", "cpn", "cpx", "cpy", "cpz"};
     58    for (j = 0; success && (j < NEXTNAME); j++) {
    5859
    5960      // set the in and out table names
Note: See TracChangeset for help on using the changeset viewer.