aboutsummaryrefslogtreecommitdiff
path: root/src/jtutil/util.hh
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-04-04 17:55:07 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-04-04 17:55:07 +0000
commitc6842f30d2c172214ca9db0d06a903aca3ba9c81 (patch)
tree51251b85dccfe0be8f0bb23e6644ac43722e195b /src/jtutil/util.hh
parentdefc53627442b009ea955529e0c640aa727bcf14 (diff)
tweak a comment
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@430 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/jtutil/util.hh')
-rw-r--r--src/jtutil/util.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jtutil/util.hh b/src/jtutil/util.hh
index 03aa181..b1051a4 100644
--- a/src/jtutil/util.hh
+++ b/src/jtutil/util.hh
@@ -25,7 +25,7 @@ inline int is_odd (int i) { return (i & 0x1); }
//
// minimum/maximum templates (valid for both integer and floating-point types)
-// FIXME: these are supposed to be in the STL,
+// FIXME: these are supposed to be in the STL, in <algorithm>
// but in practice they often aren't (yet) :(
// eg the gcc 2.95.2 library doesn't have them :(
//