IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 6, 2006, 4:08:02 PM (20 years ago)
Author:
eugene
Message:

moving config.h to psastro.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroArguments.c

    r8780 r9373  
    1 #ifdef HAVE_CONFIG_H
    2 #include <config.h>
    3 #endif
    4 
    51# include "psastro.h"
    62# include <glob.h>
     
    5955
    6056    // 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]);
    6258
    6359    psTrace(__func__, 1, "Done with psastroArguments...\n");
Note: See TracChangeset for help on using the changeset viewer.