aboutsummaryrefslogtreecommitdiff
path: root/src/patch/patch_system_info.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/patch/patch_system_info.hh')
-rw-r--r--src/patch/patch_system_info.hh12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/patch/patch_system_info.hh b/src/patch/patch_system_info.hh
index 79f2b7a..ef4eb9f 100644
--- a/src/patch/patch_system_info.hh
+++ b/src/patch/patch_system_info.hh
@@ -45,7 +45,7 @@ namespace full_sphere
{"-z", patch::patch_is_minus, 'z', 135.0, 225.0, 135.0, 225.0},
};
static const int N_patches = sizeof(patch_info_array) / sizeof(patch_info);
- }; // namespace patch_system_info::full_sphere
+ } // namespace patch_system_info::full_sphere
//
// +z hemisphere (half) patch system
@@ -71,7 +71,7 @@ namespace plus_z_hemisphere
{"-y", patch::patch_is_minus, 'y', -90.0, -45.0, -135.0, -45.0},
};
static const int N_patches = sizeof(patch_info_array) / sizeof(patch_info);
- }; // namespace patch_system_info::plus_z_hemisphere
+ } // namespace patch_system_info::plus_z_hemisphere
//
// +[xy] "vertical" quarter-grid (quadrant) patch system
@@ -94,7 +94,7 @@ namespace plus_xy_quadrant
{"-z", patch::patch_is_minus, 'z', 135.0, 180.0, 135.0, 180.0},
};
static const int N_patches = sizeof(patch_info_array) / sizeof(patch_info);
- }; // namespace patch_system_info::plus_xy_quadrant
+ } // namespace patch_system_info::plus_xy_quadrant
//
// +[xz] "horizontal" quarter-grid (quadrant) patch system
@@ -118,7 +118,7 @@ namespace plus_xz_quadrant
{"-y", patch::patch_is_minus, 'y', -90.0, -45.0, -90.0, -45.0},
};
static const int N_patches = sizeof(patch_info_array) / sizeof(patch_info);
- }; // namespace patch_system_info::plus_xz_quadrant
+ } // namespace patch_system_info::plus_xz_quadrant
//
// +[xyz] (octant) patch system
@@ -137,6 +137,6 @@ namespace plus_xyz_octant
{"+y", patch::patch_is_plus, 'y', 45.0, 90.0, 45.0, 90.0},
};
static const int N_patches = sizeof(patch_info_array) / sizeof(patch_info);
- }; // namespace patch_system_info::octant
+ } // namespace patch_system_info::octant
-}; // namespace patch_system_info::
+} // namespace patch_system_info::