aboutsummaryrefslogtreecommitdiff
path: root/src/jtutil/cpm_map.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/jtutil/cpm_map.hh')
-rw-r--r--src/jtutil/cpm_map.hh12
1 files changed, 3 insertions, 9 deletions
diff --git a/src/jtutil/cpm_map.hh b/src/jtutil/cpm_map.hh
index 1c63e8d..6b14ab3 100644
--- a/src/jtutil/cpm_map.hh
+++ b/src/jtutil/cpm_map.hh
@@ -25,14 +25,10 @@
//
#endif
-// everything in this file is inside these namespaces
-namespace AHFinderDirect
- {
-namespace jtutil
- {
-
//******************************************************************************
+namespace jtutil
+ {
template <typename fp_t>
class cpm_map
{
@@ -136,10 +132,8 @@ private:
int offset_;
bool map_is_plus_;
};
+ } // namespace jtutil::
//******************************************************************************
- } // namespace jtutil
- } // namespace AHFinderDirect
-
#endif /* AHFINDERDIRECT__CPM_MAP_HH */