Changeset 42185 for branches/eam_branches/ipp-20220316/psastro/src
- Timestamp:
- Apr 28, 2022, 4:16:09 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20220316/psastro/src/psastro.c
r41285 r42185 29 29 30 30 // 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(); 35 33 36 34 psastroVersionPrint();
Note:
See TracChangeset
for help on using the changeset viewer.
