- Timestamp:
- Feb 2, 2009, 11:57:10 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20081230/pswarp/src/pswarpErrorCodes.c.in
r11282 r21268 1 /** @file pswarpErrorCodes.c.in 2 * 3 * @brief 4 * 5 * @ingroup pswarp 6 * 7 * @author IfA 8 * @version $Revision: 1.2.48.1 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2009-02-02 21:57:10 $ 10 * Copyright 2009 Institute for Astronomy, University of Hawaii 11 */ 12 13 #include "pslib.h" 14 #include "pswarpErrorCodes.h" 15 1 16 /* 2 17 * The line … … 5 20 * will be replaced by values from errorCodes.dat 6 21 */ 7 #include "pslib.h"8 #include "pswarpErrorCodes.h"9 10 22 void pswarpErrorRegister(void) 11 23 { … … 14 26 { PSWARP_ERR_${ErrorCode}, "${ErrorDescription}"}, 15 27 }; 16 static int nerror = PSWARP_ERR_NERROR - PSWARP_ERR_BASE; // number of values in enum28 static int nerror = PSWARP_ERR_NERROR - PSWARP_ERR_BASE; ///< number of values in enum 17 29 18 30 for (int i = 0; i < nerror; i++) {
Note:
See TracChangeset
for help on using the changeset viewer.
