aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2006-07-21 10:04:48 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2006-07-21 10:04:48 +0000
commitbf25ab10a5774904c579409c7c4843f8eca988df (patch)
tree117bd9689d8f909cd86bbe4468b25b1662f5e842 /src
parentdf63bebe9bbcb70c858cc00591715e650999e313 (diff)
remove trailing semicolon after
namespace foo { ... } (C++ forbids this; I had used it by mistake) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1460 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src')
-rw-r--r--src/jtutil/array.hh4
-rw-r--r--src/jtutil/cpm_map.hh4
-rw-r--r--src/jtutil/linear_map.hh4
-rw-r--r--src/jtutil/util.hh4
4 files changed, 8 insertions, 8 deletions
diff --git a/src/jtutil/array.hh b/src/jtutil/array.hh
index 96bb87a..14a023e 100644
--- a/src/jtutil/array.hh
+++ b/src/jtutil/array.hh
@@ -468,7 +468,7 @@ private:
//******************************************************************************
- }; // namespace jtutil
- }; // namespace AHFinderDirect
+ } // namespace jtutil
+ } // namespace AHFinderDirect
#endif /* AHFINDERDIRECT__ARRAY_HH */
diff --git a/src/jtutil/cpm_map.hh b/src/jtutil/cpm_map.hh
index 4672b4e..1c63e8d 100644
--- a/src/jtutil/cpm_map.hh
+++ b/src/jtutil/cpm_map.hh
@@ -139,7 +139,7 @@ private:
//******************************************************************************
- }; // namespace jtutil
- }; // namespace AHFinderDirect
+ } // namespace jtutil
+ } // namespace AHFinderDirect
#endif /* AHFINDERDIRECT__CPM_MAP_HH */
diff --git a/src/jtutil/linear_map.hh b/src/jtutil/linear_map.hh
index 2417176..6125a36 100644
--- a/src/jtutil/linear_map.hh
+++ b/src/jtutil/linear_map.hh
@@ -146,7 +146,7 @@ private:
//******************************************************************************
- }; // namespace jtutil
- }; // namespace AHFinderDirect
+ } // namespace jtutil
+ } // namespace AHFinderDirect
#endif /* AHFINDERDIRECT__LINEAR_MAP_HH */
diff --git a/src/jtutil/util.hh b/src/jtutil/util.hh
index 14b0ce5..d59485a 100644
--- a/src/jtutil/util.hh
+++ b/src/jtutil/util.hh
@@ -210,7 +210,7 @@ public:
//******************************************************************************
- }; // namespace jtutil
- }; // namespace AHFinderDirect
+ } // namespace jtutil
+ } // namespace AHFinderDirect
#endif /* AHFINDERDIRECT__UTIL_HH */