IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 63


Ignore:
Timestamp:
Feb 24, 2003, 6:27:07 PM (23 years ago)
Author:
eugene
Message:

fixed error with 'mode' selection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/imregister/detrend/modify.c

    r21 r63  
    1010  image = get_images (&Nimage);
    1111  ALLOCATE (list, int, Nimage);
    12   if (output.ModifyEntry, "mode") {
     12  if (!strcasecmp (output.ModifyEntry, "mode")) {
    1313    for (i = 0; i < NMODE; i++) {
    1414      if (!strncasecmp (output.ModifyValue, modename[i], strlen(modename[i]))) {
Note: See TracChangeset for help on using the changeset viewer.