Changeset 40964 for branches/ccl_branches/ipp-20190806/ippTools/src
- Timestamp:
- Oct 24, 2019, 10:51:45 AM (7 years ago)
- Location:
- branches/ccl_branches/ipp-20190806/ippTools/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ccl_branches/ipp-20190806/ippTools/src/addtool.c
r40803 r40964 1668 1668 PXOPT_LOOKUP_STR(minidvodb_path, config->args, "-set_minidvodb_path", false, false); 1669 1669 PXOPT_LOOKUP_STR(state, config->args, "-set_state", false, false); 1670 PXOPT_LOOKUP_STR(hostname, config->args,"-hostname", false, false); 1671 1670 1672 1671 1673 if (!psDBTransaction(config->dbh)) { … … 1690 1692 minidvodbpath, 1691 1693 "new", 1692 0 1694 0, 1695 hostname 1693 1696 )) { 1694 1697 psError(PS_ERR_UNKNOWN, false, "database error"); -
branches/ccl_branches/ipp-20190806/ippTools/src/camtool.c
r40956 r40964 702 702 quality, 703 703 background_model, 704 astrom_chips 704 astrom_chips, 705 705 706 ast_r0, 706 707 ast_d0, … … 708 709 ast_s0, 709 710 ast_rs, 710 ast_ds ,711 ast_ds 711 712 ); 712 713
Note:
See TracChangeset
for help on using the changeset viewer.
