Changeset 9373 for trunk/psastro/src/psastroArguments.c
- Timestamp:
- Oct 6, 2006, 4:08:02 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroArguments.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroArguments.c
r8780 r9373 1 #ifdef HAVE_CONFIG_H2 #include <config.h>3 #endif4 5 1 # include "psastro.h" 6 2 # include <glob.h> … … 59 55 60 56 // output positions is fixed 61 psMetadataAddStr (config->arguments, PS_LIST_TAIL, "OUTPUT", 0, "", argv[ 2]);57 psMetadataAddStr (config->arguments, PS_LIST_TAIL, "OUTPUT", 0, "", argv[1]); 62 58 63 59 psTrace(__func__, 1, "Done with psastroArguments...\n");
Note:
See TracChangeset
for help on using the changeset viewer.
