Changeset 9572 for trunk/psModules/src/concepts/pmConceptsAverage.c
- Timestamp:
- Oct 13, 2006, 4:35:39 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/concepts/pmConceptsAverage.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/concepts/pmConceptsAverage.c
r8815 r9572 21 21 22 22 // 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 ) 23 bool pmConceptsAverageCells(pmCell *target, psList *sources, psRegion *trimsec, psRegion *biassec) 28 24 { 29 25 PS_ASSERT_PTR_NON_NULL(target, false);
Note:
See TracChangeset
for help on using the changeset viewer.
