Changeset 20178 for trunk/ippScripts/scripts/warp_skycell.pl
- Timestamp:
- Oct 15, 2008, 12:27:42 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/warp_skycell.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/warp_skycell.pl
r20101 r20178 221 221 # the stats includes ACCEPT as a boolean: convert the T/F value to 0/1 222 222 my $acceptFlag = &value_for_flag ($cmdflags, "-accept"); 223 $accept = ($acceptFlag = "T") ? 1 : 0;223 $accept = ($acceptFlag == "T") ? 1 : 0; 224 224 if ($accept && !$ipprc->file_exists($outputPSF)) { 225 225 $accept = 0;
Note:
See TracChangeset
for help on using the changeset viewer.
