IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 13, 2004, 3:05:27 PM (22 years ago)
Author:
gusciora
Message:

small cosmetic mods.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/image/psImageStats.c

    r2100 r2101  
    1 
    21/** @file psImageStats.c
    32*  \brief Routines for calculating statistics on images.
     
    87*  polynomials to images.
    98*
    10 *  @author George Gusciora, MHPCC
     9*  @author GLG, MHPCC
    1110*
    12 *  @version $Revision: 1.41 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2004-10-14 01:03:57 $
     11*  @version $Revision: 1.42 $ $Name: not supported by cvs2svn $
     12*  @date $Date: 2004-10-14 01:05:27 $
    1413*
    1514*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3534
    3635/// This routine must determine the various statistics for the image.
    37 
    3836/*****************************************************************************
    3937XXX: verify that image/mask have the correct types, and sizes.
     
    6765        return stats;
    6866    }
    69     // stuff the image data into a psVector
    70     // struct.
     67    // stuff the image data into a psVector struct.
    7168    junkData = psAlloc(sizeof(psVector));
    7269    junkData->type = in->type;
     
    8683            return NULL;
    8784        }
    88         // stuff the mask data into a psVector
    89         // struct.
     85        // stuff the mask data into a psVector struct.
    9086        junkMask = psAlloc(sizeof(psVector));
    9187        junkMask->type = mask->type;
Note: See TracChangeset for help on using the changeset viewer.