Changeset 16165 for branches/eam_branch_20080109/ippTasks/pantasks.pro
- Timestamp:
- Jan 19, 2008, 3:26:00 AM (19 years ago)
- File:
-
- 1 edited
-
branches/eam_branch_20080109/ippTasks/pantasks.pro (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080109/ippTasks/pantasks.pro
r16149 r16165 340 340 end 341 341 342 macro set.workdir.by.camera 343 if ($0 != 3) 344 echo "USAGE: set.workdir.by.camera (camera) (class_id)" 345 break 346 end 347 348 if (not($parallel)) 349 ??? 350 return 351 end 352 353 # missing camera and/or chiphosts table results in host = NULL 354 book getword chiphosts $1 $2 -var $host 355 356 if ("$host" == "NULL") 357 ??? 358 return 359 end 360 361 $workdir = /data/$host.0 362 end 363 342 364 macro set.host.by.camera 343 365 if ($0 != 3)
Note:
See TracChangeset
for help on using the changeset viewer.
