aboutsummaryrefslogtreecommitdiff
path: root/src/jtutil
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-10-07 16:17:50 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-10-07 16:17:50 +0000
commit1d961ab4987f1a091f2bae53d9eb4aad6c1bea44 (patch)
treebf1b65182a9fada4de119b410063b6e92b2cc167 /src/jtutil
parent821173bd1bdbfc4c47766a892df28c91b2a76cba (diff)
still another syntax tweak -- had a namespace qualifier wrong before
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@805 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/jtutil')
-rw-r--r--src/jtutil/fuzzy.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jtutil/fuzzy.cc b/src/jtutil/fuzzy.cc
index 8921f98..e9c8be2 100644
--- a/src/jtutil/fuzzy.cc
+++ b/src/jtutil/fuzzy.cc
@@ -81,8 +81,8 @@ return fuzzy<fp>::is_integer(x)
namespace jtutil
{
// template instantiations
-template class jtutil::fuzzy<float>;
-template class jtutil::fuzzy<double>;
+template class fuzzy<float>;
+template class fuzzy<double>;
// template specializations
template <typename fp>