Changeset 21378 for trunk/ppArith/src/ppArith.c
- Timestamp:
- Feb 6, 2009, 9:45:30 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/ppArith/src/ppArith.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppArith/src/ppArith.c
r21244 r21378 6 6 * 7 7 * @author IfA 8 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $9 * @date $Date: 2009-02-0 1 21:40:52$8 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2009-02-06 19:45:30 $ 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 value25 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); // /<Configuration29 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.
