Changeset 21239 for branches/eam_branch_20081230/ppArith/src/ppArith.c
- Timestamp:
- Jan 30, 2009, 12:00:45 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20081230/ppArith/src/ppArith.c
r21229 r21239 6 6 * 7 7 * @author IfA 8 * @version $Revision: 1.4.32. 1$ $Name: not supported by cvs2svn $9 * @date $Date: 2009-01-30 01:38:08$8 * @version $Revision: 1.4.32.2 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2009-01-30 22:00:45 $ 10 10 * Copyright 2009 Institute for Astronomy, University of Hawaii 11 11 */ … … 23 23 int main(int argc, char *argv[]) 24 24 { 25 psExit exitValue = PS_EXIT_SUCCESS; / ** Exit value */25 psExit exitValue = PS_EXIT_SUCCESS; ///< Exit value 26 26 psTimerStart("ppArith"); 27 27 psLibInit(NULL); 28 28 29 pmConfig *config = pmConfigRead(&argc, argv, PPARITH_RECIPE); / ** Configuration */29 pmConfig *config = pmConfigRead(&argc, argv, PPARITH_RECIPE); ///< Configuration 30 30 if (!config) { 31 31 psErrorStackPrint(stderr, "Error reading configuration.");
Note:
See TracChangeset
for help on using the changeset viewer.
