aboutsummaryrefslogtreecommitdiff
path: root/src/ReductionCount.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ReductionCount.c')
-rw-r--r--src/ReductionCount.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ReductionCount.c b/src/ReductionCount.c
index f774244..d96d07c 100644
--- a/src/ReductionCount.c
+++ b/src/ReductionCount.c
@@ -3,7 +3,7 @@
@date Thu Apr 3 11:54:53 1997
@author Thomas Radke
@desc
- Defines the PUGH reduction operator "count" to get the number of
+ Defines the reduction operator "count" to get the number of
grid points of an arbitrary array.
@enddesc
@version $Id$
@@ -34,11 +34,11 @@ static int ReductionCount (int num_dims,
/*@@
- @routine PUGH_ReductionCountArrays
+ @routine ReductionCountArrays
@author Thomas Radke
@date 19 Aug 1999
@desc
- Registered PUGH reduction routine for computing the counts
+ Registered reduction routine for computing the counts
of a set of arrays.
The arrays are described by their dimensions and variable type.
For the number of output values only 1 is accepted.