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, 9 insertions, 3 deletions
diff --git a/src/jtutil/linear_map.hh b/src/jtutil/linear_map.hh
index 48c0f2d..2417176 100644
--- a/src/jtutil/linear_map.hh
+++ b/src/jtutil/linear_map.hh
@@ -26,10 +26,14 @@
//
#endif
-//*****************************************************************************
-
+// everything in this file is inside these namespaces
+namespace AHFinderDirect
+ {
namespace jtutil
{
+
+//*****************************************************************************
+
template <typename fp_t>
class linear_map
{
@@ -139,8 +143,10 @@ private:
// bounds (inclusive)
const int min_int_, max_int_;
};
- } // namespace jtutil::
//******************************************************************************
+ }; // namespace jtutil
+ }; // namespace AHFinderDirect
+
#endif /* AHFINDERDIRECT__LINEAR_MAP_HH */