IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27047


Ignore:
Timestamp:
Feb 23, 2010, 10:06:17 PM (16 years ago)
Author:
Paul Price
Message:

Put close after the DONE label, so it's done even if there's no overlap.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pswarp/src/pswarpLoop.c

    r27045 r27047  
    475475    }
    476476
    477     fileActivation(config, skycellFiles, true);
    478477    fileActivation(config, independentFiles, true);
    479478
     
    499498    psFree(view);
    500499
     500 DONE:
     501
    501502    // Ensure everything is written out, at every level
     503    fileActivation(config, skycellFiles, true);
    502504    ioChecksAfter(config);
    503 
    504     // Now done with the skycell side of things
    505 
    506  DONE:
    507505
    508506    // Write out summary statistics
Note: See TracChangeset for help on using the changeset viewer.