IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 8, 2011, 6:20:04 PM (15 years ago)
Author:
watersc1
Message:

I'm absolutely certain I committed these files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImageDetrendPattern.c

    r26922 r30831  
    119119    *doit = false;
    120120
    121     psMetadataItem *doPattern = pmConfigRecipeValueByView(config, recipeName, recipeValue, chip->parent, view);
     121    psMetadataItem *doPattern;
     122
     123    doPattern = pmConfigRecipeValueByView(config, recipeName, recipeValue, chip->parent, view);
     124   
    122125    if (!doPattern) {
    123126        psError(PS_ERR_UNKNOWN, false, "Unable to determine whether row pattern matching should be applied.");
Note: See TracChangeset for help on using the changeset viewer.