IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 20, 2010, 3:08:57 PM (16 years ago)
Author:
watersc1
Message:

Hopefully fix naming bug. I think I just misunderstood the pantasks module syntax.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/diff.pro

    r27020 r27021  
    192192    # $WORKDIR = $WORKDIR_TEMPLATE
    193193
     194    if (($DIFF_MODE == 1)||("$DIFF_MODE" == "NULL"))
     195        $DIFF_TAG = ""
     196    end
    194197    if ($DIFF_MODE == 2)
    195198        $DIFF_TAG = "WS."
    196     else if ($DIFF_MODE == 3)
     199    end
     200    if ($DIFF_MODE == 3)
    197201        $DIFF_TAG = "SW."
    198     else if ($DIFF_MODE == 4)
     202    end
     203    if ($DIFF_MODE == 4)
    199204        $DIFF_TAG = "SS."
    200     else
    201 # if (($DIFF_MODE == 1)||("$DIFF_MODE" == "NULL"))
    202         $DIFF_TAG = ""
    203205    end
    204206
Note: See TracChangeset for help on using the changeset viewer.