IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 13, 2006, 4:35:39 PM (20 years ago)
Author:
Paul Price
Message:

Adding const where appropriate. Adding doxygen documentation to header files. Removing comments on functions defined in the header file, so that there's only a single source.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/concepts/pmConceptsAverage.c

    r8815 r9572  
    2121
    2222// Set a variety of concepts in a cell by averaging over several
    23 bool pmConceptsAverageCells(pmCell *target,// Target cell
    24                             psList *sources, // List of source cells
    25                             psRegion *trimsec, // The trim section
    26                             psRegion *biassec // The bias section
    27                            )
     23bool pmConceptsAverageCells(pmCell *target, psList *sources, psRegion *trimsec, psRegion *biassec)
    2824{
    2925    PS_ASSERT_PTR_NON_NULL(target, false);
Note: See TracChangeset for help on using the changeset viewer.