From 50cdd0394d4da9c1cdebcde005c3aecec94a5de4 Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 16 Jan 2014 23:19:39 +0000 Subject: [PATCH] Fix a typo. git-svn-id: https://svn.dealii.org/branches/branch_manifold_id@32229 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/grid/manifold.h | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/deal.II/include/deal.II/grid/manifold.h b/deal.II/include/deal.II/grid/manifold.h index 318162164f..14fcb7479a 100644 --- a/deal.II/include/deal.II/grid/manifold.h +++ b/deal.II/include/deal.II/grid/manifold.h @@ -1,7 +1,7 @@ // --------------------------------------------------------------------- // $Id: tria_boundary.h 30130 2013-07-23 13:01:18Z heltai $ // -// Copyright (C) 2013 by the deal.II authors +// Copyright (C) 2013, 2014 by the deal.II authors // // This file is part of the deal.II library. // @@ -111,7 +111,7 @@ public: void get_intermediate_points(std::vector > &points, const std::vector > &surrounding_points) const; - + /** * Given a point which lies close to the given manifold, it modifies * it and projects it to manifold itself. This function is used in @@ -139,15 +139,15 @@ public: void get_normals_at_points(std::vector > &normals, const std::vector > &points) const; - /** + /** * Compute the normal to the manifold at the given point. The - * default implementation of this function trhows an - * Exception. Notice that this function only makes sense when the + * default implementation of this function throws an + * exception. Note that this function only makes sense when the * manifold is a codimension one manifold. */ virtual Point normal_vector(const Point &point) const; - + protected: /** @@ -161,8 +161,8 @@ public: */ const std::vector > & get_line_support_points (const unsigned int n_intermediate_points) const; - - + + private: /** @@ -269,7 +269,7 @@ template class ManifoldChart: public Manifold { public: - + /** * Destructor. Does nothing here, but needs to be declared to make * it virtual. @@ -302,10 +302,10 @@ public: * * Refer to the general documentation of this class for more * information. - */ + */ virtual Point push_forward(const Point &chart_point) const = 0; - + private: FlatManifold sub_manifold; -- 2.39.5