Changeset 21244 for trunk/ppArith/src/ppArith.c
- Timestamp:
- Feb 1, 2009, 11:43:05 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/ppArith/src/ppArith.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppArith/src/ppArith.c
r15571 r21244 1 /** @file ppArith.c 2 * 3 * @brief 4 * 5 * @ingroup ppArith 6 * 7 * @author IfA 8 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2009-02-01 21:40:52 $ 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.
