aboutsummaryrefslogtreecommitdiff
path: root/src/patch/coords.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/patch/coords.hh')
-rw-r--r--src/patch/coords.hh8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/patch/coords.hh b/src/patch/coords.hh
index 560d1d6..e6ca9bd 100644
--- a/src/patch/coords.hh
+++ b/src/patch/coords.hh
@@ -16,6 +16,10 @@
// "../jtutil/util.hh"
//
+// everything in this file is inside this namespace
+namespace AHFinderDirect
+ {
+
//******************************************************************************
//
@@ -306,3 +310,7 @@ private:
// global (x,y,z) coordinates of local origin point
fp origin_x_, origin_y_, origin_z_;
};
+
+//******************************************************************************
+
+ } // namespace AHFinderDirect