IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 6, 2009, 6:52:51 PM (17 years ago)
Author:
Paul Price
Message:

Making ppSub inverse mode work. Seems to work now --- produces the correct output files for inverse mode on and off, photometry on and off.

Location:
branches/pap/ppSub/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/ppSub/src

    • Property svn:ignore
      •  

        old new  
        1010stamp-h1
        1111ppSubKernel
         12ppSubErrorCodes.h
         13ppSubErrorCodes.c
  • branches/pap/ppSub/src/ppSubErrorCodes.h.in

    r23704 r23719  
    1 /** @file pswarpErrorCodes.h.in
     1/** @file ppSubErrorCodes.h.in
    22 *
    33 *  @brief
    44 *
    5  *  @ingroup pswarp
     5 *  @ingroup ppSub
    66 *
    77 *  @author IfA
     
    1111 */
    1212
    13 #if !defined(PSWARP_ERROR_CODES_H)
    14 #define PSWARP_ERROR_CODES_H
     13#if !defined(PPSUB_ERROR_CODES_H)
     14#define PPSUB_ERROR_CODES_H
    1515/*
    1616 * The line
    17  *  PSWARP_ERR_$X{ErrorCode},
     17 *  PPSUB_ERR_$X{ErrorCode},
    1818 * (without the X)
    1919 *
     
    2121 */
    2222typedef enum {
    23     PSWARP_ERR_BASE = 14000,
    24     PSWARP_ERR_${ErrorCode},
    25     PSWARP_ERR_NERROR
    26 } pswarpErrorCode;
     23    PPSUB_ERR_BASE = 14000,
     24    PPSUB_ERR_${ErrorCode},
     25    PPSUB_ERR_NERROR
     26} ppSubErrorCode;
    2727
    28 void pswarpErrorRegister(void);
     28void ppSubErrorRegister(void);
    2929
    3030#endif
Note: See TracChangeset for help on using the changeset viewer.