IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14200


Ignore:
Timestamp:
Jul 13, 2007, 12:03:43 PM (19 years ago)
Author:
Paul Price
Message:

Turn off functions in favour of macros.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmSubtraction.c

    r14197 r14200  
    44 *  @author GLG, MHPCC
    55 *
    6  *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
    7  *  @date $Date: 2007-07-13 20:55:26 $
     6 *  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
     7 *  @date $Date: 2007-07-13 22:03:43 $
    88 *
    99 *  Copyright 2004-2007 Institute for Astronomy, University of Hawaii
     
    2525#include "pmSubtraction.h"
    2626
    27 #define USE_FUNCTIONS_INSTEAD_OF_MACROS          // Can I pass the address of a static inline function?
     27//#define USE_FUNCTIONS_INSTEAD_OF_MACROS          // Can I pass the address of a static inline function?
    2828
    2929//////////////////////////////////////////////////////////////////////////////////////////////////////////////
     
    285285              sum += FUNC(-1.0) * (IMAGE)->data.F32[(Y)][(X)]; \
    286286          } \
    287           (TARGET) = sum;
     287          (TARGET) = sum; \
    288288          break; \
    289289      } \
Note: See TracChangeset for help on using the changeset viewer.