aboutsummaryrefslogtreecommitdiff
path: root/src/driver/mask.cc
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-08-18 10:01:03 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-08-18 10:01:03 +0000
commit88ce8f204d96b41c7abd8f302c6aa2e1bd4ea7a9 (patch)
tree98b563a13fa8cbff16e9d3b14893717ceaffd2f2 /src/driver/mask.cc
parentb15e053d659533a3df651bdcf486ae14f5107639 (diff)
move lots and lots of code into C++ namespace AHFinderDirect
so it can't conflict with stuff in other thorns git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1184 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/driver/mask.cc')
-rw-r--r--src/driver/mask.cc8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/driver/mask.cc b/src/driver/mask.cc
index 2d00590..b556e1e 100644
--- a/src/driver/mask.cc
+++ b/src/driver/mask.cc
@@ -52,6 +52,10 @@ using jtutil::error_exit;
// define this to get extra debugging on the mask grid origin/delta etc
#undef DEBUG_MASK_GRID
+// all the code in this file is inside this namespace
+namespace AHFinderDirect
+ {
+
//******************************************************************************
//
@@ -684,3 +688,7 @@ if (verbose_info.print_algorithm_details)
inside_count, buffer_count);
}
}
+
+//******************************************************************************
+
+ } // namespace AHFinderDirect