From 3733a8ac9e6cb269ab12f3d06546d5ed86728f59 Mon Sep 17 00:00:00 2001 From: Rajeev Jain Date: Fri, 21 Oct 2016 20:42:33 -0500 Subject: [PATCH] o formatting. The FBiGeom definitions now match iGeom. --- itaps/fbigeom/FBiGeom.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/itaps/fbigeom/FBiGeom.h b/itaps/fbigeom/FBiGeom.h index dead5bee..6720f06c 100644 --- a/itaps/fbigeom/FBiGeom.h +++ b/itaps/fbigeom/FBiGeom.h @@ -2688,10 +2688,8 @@ extern "C" { * \param instance FBiGeom instance handle * \param geom_entity the entity to reflect, * \param point_x x coordinate of the point that the reflecting plane goes though - * \param point_y y coordinate of the point that the reflecting plane goes -though - * \param point_z z coordinate of the point that the reflecting plane goes -though + * \param point_y y coordinate of the point that the reflecting plane goes though + * \param point_z z coordinate of the point that the reflecting plane goes though * \param plane_normal_x x coordinate of the plane's normal * \param plane_normal_y y coordinate of the plane's normal * \param plane_normal_z z coordinate of the plane's normal -- GitLab