IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 15, 2011, 4:45:11 PM (14 years ago)
Author:
bills
Message:

fix a typo in recipe value check

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroDefineFiles.c

    r21409 r32964  
    3838    bool useModel = psMetadataLookupBool (&status, config->arguments, "PSASTRO.USE.MODEL");
    3939    if (!status) {
    40         fixChips = psMetadataLookupBool (&status, recipe, "PSASTRO.USE.MODEL");
     40        useModel = psMetadataLookupBool (&status, recipe, "PSASTRO.USE.MODEL");
    4141    }
    4242    if (fixChips || useModel) {
Note: See TracChangeset for help on using the changeset viewer.