IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 12, 2010, 2:24:48 PM (16 years ago)
Author:
bills
Message:

pass stage to ppstamp. If stage is diff use a different file rule.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/src/ppstampArguments.c

    r24966 r29379  
    7878        psArgumentRemove(argnum, &argc, argv);
    7979    }
     80    if ((argnum = psArgumentGet(argc, argv, "-stage"))) {
     81        psArgumentRemove(argnum, &argc, argv);
     82        options->stage = psStringCopy(argv[argnum]);
     83        psArgumentRemove(argnum, &argc, argv);
     84    }
    8085
    8186    pmConfigFileSetsMD(config->arguments, &argc, argv, "ASTROM", "-astrom", "-astromlist");
Note: See TracChangeset for help on using the changeset viewer.