From c6842f30d2c172214ca9db0d06a903aca3ba9c81 Mon Sep 17 00:00:00 2001 From: jthorn Date: Thu, 4 Apr 2002 17:55:07 +0000 Subject: tweak a comment git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@430 f88db872-0e4f-0410-b76b-b9085cfa78c5 --- src/jtutil/util.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/jtutil/util.hh') 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 // but in practice they often aren't (yet) :( // eg the gcc 2.95.2 library doesn't have them :( // -- cgit v1.2.3