Changeset 12906 for trunk/psModules/src/config/pmConfig.h
- Timestamp:
- Apr 18, 2007, 12:42:33 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/config/pmConfig.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/pmConfig.h
r12716 r12906 5 5 * @author Eugene Magnier, IfA 6 6 * 7 * @version $Revision: 1.2 8$ $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 $ 9 9 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 10 10 */ … … 47 47 psMetadata *files; ///< pmFPAfiles used for analysis 48 48 psDB *database; ///< Database handle 49 int *argc; ///< Number of command-line arguments50 char **argv; ///< Command-line arguments (raw version)51 49 const char *defaultRecipe; ///< name of top-level recipe for this program 52 50 // Private members 53 51 pmRecipeSource recipesRead; ///< Which recipe sources have been read 54 52 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 55 59 } 56 60 pmConfig;
Note:
See TracChangeset
for help on using the changeset viewer.
