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, 9 insertions, 3 deletions
diff --git a/src/jtutil/cpm_map.hh b/src/jtutil/cpm_map.hh
index 6b14ab3..4672b4e 100644
--- a/src/jtutil/cpm_map.hh
+++ b/src/jtutil/cpm_map.hh
@@ -25,10 +25,14 @@
//
#endif
-//******************************************************************************
-
+// everything in this file is inside these namespaces
+namespace AHFinderDirect
+ {
namespace jtutil
{
+
+//******************************************************************************
+
template <typename fp_t>
class cpm_map
{
@@ -132,8 +136,10 @@ private:
int offset_;
bool map_is_plus_;
};
- } // namespace jtutil::
//******************************************************************************
+ }; // namespace jtutil
+ }; // namespace AHFinderDirect
+
#endif /* AHFINDERDIRECT__CPM_MAP_HH */