aboutsummaryrefslogtreecommitdiff
path: root/src/ReductionMax.c
diff options
context:
space:
mode:
authoryye00 <yye00@7daa882c-dc44-4453-834e-278d26b18e6a>2004-08-18 17:54:41 +0000
committeryye00 <yye00@7daa882c-dc44-4453-834e-278d26b18e6a>2004-08-18 17:54:41 +0000
commit4ef421f53e715370dd7c4bdfb601d1dde673b488 (patch)
tree910f192c6f1e24662196bc7eeaeb40d40607a966 /src/ReductionMax.c
parent3fe89e0c397b8289e7c5ef10ae14aaeafd288001 (diff)
removing references to PUGH
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalReduce/trunk@13 7daa882c-dc44-4453-834e-278d26b18e6a
Diffstat (limited to 'src/ReductionMax.c')
-rw-r--r--src/ReductionMax.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ReductionMax.c b/src/ReductionMax.c
index bd77a4b..51747e7 100644
--- a/src/ReductionMax.c
+++ b/src/ReductionMax.c
@@ -3,7 +3,7 @@
@date Thu Apr 3 11:54:53 1997
@author Thomas Radke, Paul Walker
@desc
- Defines the PUGH reduction operator to get the maximum
+ Defines the reduction operator to get the maximum
for a set of arbitrary arrays.
@enddesc
@version $Id$
@@ -35,7 +35,7 @@ static int ReductionMaxVal (int num_dims,
/*@@
- @routine PUGH_ReductionMaxValArrays
+ @routine ReductionMaxValArrays
@author Thomas Radke
@date 19 Aug 1999
@desc @enddesc