Changeset 21229 for branches/eam_branch_20081230/ppArith/src/ppArith.c
- Timestamp:
- Jan 29, 2009, 3:39:49 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20081230/ppArith/src/ppArith.c
r15571 r21229 1 /** @file ppArith.c 2 * 3 * @brief 4 * 5 * @ingroup ppArith 6 * 7 * @author IfA 8 * @version $Revision: 1.4.32.1 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2009-01-30 01:38:08 $ 10 * Copyright 2009 Institute for Astronomy, University of Hawaii 11 */ 12 1 13 #ifdef HAVE_CONFIG_H 2 14 #include <config.h> … … 11 23 int main(int argc, char *argv[]) 12 24 { 13 psExit exitValue = PS_EXIT_SUCCESS; / / Exit value25 psExit exitValue = PS_EXIT_SUCCESS; /** Exit value */ 14 26 psTimerStart("ppArith"); 15 27 psLibInit(NULL); 16 28 17 pmConfig *config = pmConfigRead(&argc, argv, PPARITH_RECIPE); / / Configuration29 pmConfig *config = pmConfigRead(&argc, argv, PPARITH_RECIPE); /** Configuration */ 18 30 if (!config) { 19 31 psErrorStackPrint(stderr, "Error reading configuration.");
Note:
See TracChangeset
for help on using the changeset viewer.
