aboutsummaryrefslogtreecommitdiff
path: root/src/jtutil/linear_map.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/jtutil/linear_map.hh')
-rw-r--r--src/jtutil/linear_map.hh12
1 files changed, 3 insertions, 9 deletions
diff --git a/src/jtutil/linear_map.hh b/src/jtutil/linear_map.hh
index 6125a36..48c0f2d 100644
--- a/src/jtutil/linear_map.hh
+++ b/src/jtutil/linear_map.hh
@@ -26,14 +26,10 @@
//
#endif
-// everything in this file is inside these namespaces
-namespace AHFinderDirect
- {
-namespace jtutil
- {
-
//*****************************************************************************
+namespace jtutil
+ {
template <typename fp_t>
class linear_map
{
@@ -143,10 +139,8 @@ private:
// bounds (inclusive)
const int min_int_, max_int_;
};
+ } // namespace jtutil::
//******************************************************************************
- } // namespace jtutil
- } // namespace AHFinderDirect
-
#endif /* AHFINDERDIRECT__LINEAR_MAP_HH */