IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 28, 2022, 4:16:09 PM (4 years ago)
Author:
eugene
Message:

minor cleanups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20220316/psastro/src/psastro.c

    r41285 r42185  
    2929
    3030    // load configuration information
    31     pmConfig *config = config = psastroArguments(argc, argv);
    32     if (!config) {
    33         usage();
    34     }
     31    pmConfig *config = psastroArguments(argc, argv);
     32    if (!config) usage();
    3533
    3634    psastroVersionPrint();
Note: See TracChangeset for help on using the changeset viewer.