Changeset 42185 for branches/eam_branches/ipp-20220316
- Timestamp:
- Apr 28, 2022, 4:16:09 PM (4 years ago)
- Location:
- branches/eam_branches/ipp-20220316
- Files:
-
- 2 edited
-
ppImage/src/Makefile.am (modified) (1 diff)
-
psastro/src/psastro.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20220316/ppImage/src/Makefile.am
r41894 r42185 1 1 2 bin_PROGRAMS = ppImage 2 3 -
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.
