IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26994


Ignore:
Timestamp:
Feb 18, 2010, 5:08:11 PM (16 years ago)
Author:
heather
Message:

some of these fields were strings when they needed to be numbers..

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/def/destreakRun.d

    r26992 r26994  
    1919FIELD magicDSRun.data_group,   8, %s,     Data Group
    2020FIELD magicDSRun.outroot,      10, %s,     Out Root
    21 FIELD magicDSRun.recoveryroot, 5, %s,     Recov. Root
    22 FIELD magicDSRun.re_place,     5, %s,     Replace
    23 FIELD magicDSRun.remove,       5, %s,     Remove
    24 FIELD magicDSRun.fault,        5, %s,     Run Fault
    25 FIELD magicDSFile.fault,       5, %s,     File Fault
     21FIELD magicDSRun.recoveryroot, 5, %d,     Recov. Root
     22FIELD magicDSRun.re_place,     5, %d,     Replace
     23FIELD magicDSRun.remove,       5, %d,     Remove
     24FIELD magicDSRun.fault,        5, %d,     Run Fault
     25FIELD magicDSFile.fault,       5, %d,     File Fault
    2626FIELD magicDSRun.note,         5, %s,     Note
Note: See TracChangeset for help on using the changeset viewer.