IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 3, 2008, 11:55:42 AM (18 years ago)
Author:
eugene
Message:

if-def out trace block if not used

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSourceMoments.c

    r19878 r19884  
    66 *  @author EAM, IfA: significant modifications.
    77 *
    8  *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2008-10-03 20:57:51 $
     8 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2008-10-03 21:55:42 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    384384    }
    385385
     386# if (PS_TRACE_ON)
    386387    float Sxx = PS_MAX(X2/Sum - PS_SQR(x), 0);
    387388    float Sxy = XY / Sum;
     
    391392             "sky: %f  Sum: %f  x: %f  y: %f  Sx: %f  Sy: %f  Sxy: %f\n",
    392393             sky, Sum, x, y, Sxx, Sxy, Syy);
     394# endif
    393395
    394396    return(true);
Note: See TracChangeset for help on using the changeset viewer.