IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 18, 2007, 12:42:33 PM (19 years ago)
Author:
magnier
Message:

removed argc,argv from pmConfig

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/config/pmConfig.h

    r12716 r12906  
    55 *  @author Eugene Magnier, IfA
    66 *
    7  *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2007-04-03 20:28:26 $
     7 *  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2007-04-18 22:42:33 $
    99 *  Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    1010 */
     
    4747    psMetadata *files;                  ///< pmFPAfiles used for analysis
    4848    psDB *database;                     ///< Database handle
    49     int *argc;                          ///< Number of command-line arguments
    50     char **argv;                        ///< Command-line arguments (raw version)
    5149    const char *defaultRecipe;          ///< name of top-level recipe for this program
    5250    // Private members
    5351    pmRecipeSource recipesRead;         ///< Which recipe sources have been read
    5452    psMetadata *recipeSymbols;          ///< Where each recipe came from
     53
     54    // dropping the argc, argv info from pmConfig
     55    # if (0)
     56    int *argc;                          ///< Number of command-line arguments
     57    char **argv;                        ///< Command-line arguments (raw version)
     58    # endif
    5559}
    5660pmConfig;
Note: See TracChangeset for help on using the changeset viewer.