- Timestamp:
- Feb 11, 2011, 3:07:40 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20101205/Ohana/src/opihi/dvo/avextract.c
r28241 r30580 44 44 45 45 // parse skyregion options 46 if ((selection = SetRegionSelection (&argc, argv)) == NULL) goto escape; 46 if ((selection = SetRegionSelection (&argc, argv)) == NULL) { 47 print_error(); 48 goto escape; 49 } 47 50 48 51 // command-line is of the form: avextract field,field, field [where (field op value)...] … … 68 71 // construct the db Boolean math stack (frees cstack) 69 72 stack = dbRPN (Ncstack, cstack, &Nstack); 73 if (Ncstack && !Nstack) { 74 print_error(); 75 goto escape; 76 } 70 77 71 78 // add the skyregion limits to the where statement (or create)
Note:
See TracChangeset
for help on using the changeset viewer.
