IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27904


Ignore:
Timestamp:
May 10, 2010, 1:26:54 PM (16 years ago)
Author:
Paul Price
Message:

Prevent problem when we can't open the stats file.

File:
1 edited

Legend:

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

    r27227 r27904  
    8686
    8787        // Write out summary statistics
    88         if (stats) {
     88        if (stats && statsFile) {
    8989            psMetadataAddF32(stats, PS_LIST_TAIL, "DT_WARP", 0, "Time for warp completion",
    9090                             psTimerMark("pswarp"));
Note: See TracChangeset for help on using the changeset viewer.