IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 28, 2012, 4:56:30 PM (14 years ago)
Author:
watersc1
Message:

Removed excess debug information, and pulled header information so that I don't need to hard code anything anymore.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20120906/pswarp/src/pswarp.c

    r34411 r34489  
    4747    }
    4848    if (psMetadataLookupBool(NULL,config->arguments,"BACKGROUND.MODEL")) {
    49       fprintf(stderr,"Here!\n");
    5049      if (!pswarpDefineBackground(config)) {
    5150        goto DIE;
     
    7473    }
    7574    if (psMetadataLookupBool(NULL,config->arguments,"BACKGROUND.MODEL")) {
    76       fprintf(stderr,"There!\n");
    7775      if (!pswarpLoopBackground(config, stats)) {
    7876        fprintf(stderr,"Dying!\n");
Note: See TracChangeset for help on using the changeset viewer.