From 39c4375eb859ba1b13a11b35cf2712ea5bb97e43 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 19 Apr 2004 19:16:48 +0000 Subject: [PATCH] Fix wrong markups of comments. git-svn-id: https://svn.dealii.org/trunk@9059 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/dofs/dof_accessor.h | 52 +++++++++---------- .../deal.II/include/dofs/dof_constraints.h | 20 +++---- 2 files changed, 36 insertions(+), 36 deletions(-) diff --git a/deal.II/deal.II/include/dofs/dof_accessor.h b/deal.II/deal.II/include/dofs/dof_accessor.h index d4b02fd9cb..dbe2a8ebd2 100644 --- a/deal.II/deal.II/include/dofs/dof_accessor.h +++ b/deal.II/deal.II/include/dofs/dof_accessor.h @@ -328,8 +328,8 @@ class DoFObjectAccessor : public DoFAccessor, * * The input vector may be either a * Vector, - * Vector, or a - * BlockVector, or a + * Vector, or a + * BlockVector, or a * PETSc vector if deal.II is compiled to * support PETSc. It is in the * responsibility of the caller to assure @@ -365,9 +365,9 @@ class DoFObjectAccessor : public DoFAccessor, * to this function. * * The output vector may be either a - * Vector, - * Vector, or a - * BlockVector, or a + * Vector, + * Vector, or a + * BlockVector, or a * PETSc vector if deal.II is compiled to * support PETSc. It is in the * responsibility of the caller to assure @@ -585,9 +585,9 @@ class DoFObjectAccessor<1, dim> : public DoFAccessor, * cells. * * The input vector may be either a - * Vector, - * Vector, or a - * BlockVector, or a + * Vector, + * Vector, or a + * BlockVector, or a * PETSc vector if deal.II is compiled to * support PETSc. It is in the * responsibility of the caller to assure @@ -622,9 +622,9 @@ class DoFObjectAccessor<1, dim> : public DoFAccessor, * have the right size beforehand. * * The output vector may be either a - * Vector, - * Vector, or a - * BlockVector, or a + * Vector, + * Vector, or a + * BlockVector, or a * PETSc vector if deal.II is compiled to * support PETSc. It is in the * responsibility of the caller to assure @@ -779,9 +779,9 @@ class DoFObjectAccessor<2, dim> : public DoFAccessor, * cells. * * The input vector may be either a - * Vector, - * Vector, or a - * BlockVector, or a + * Vector, + * Vector, or a + * BlockVector, or a * PETSc vector if deal.II is compiled to * support PETSc. It is in the * responsibility of the caller to assure @@ -816,9 +816,9 @@ class DoFObjectAccessor<2, dim> : public DoFAccessor, * have the right size beforehand. * * The output vector may be either a - * Vector, - * Vector, or a - * BlockVector, or a + * Vector, + * Vector, or a + * BlockVector, or a * PETSc vector if deal.II is compiled to * support PETSc. It is in the * responsibility of the caller to assure @@ -981,9 +981,9 @@ class DoFObjectAccessor<3, dim> : public DoFAccessor, * cells. * * The input vector may be either a - * Vector, - * Vector, or a - * BlockVector, or a + * Vector, + * Vector, or a + * BlockVector, or a * PETSc vector if deal.II is compiled to * support PETSc. It is in the * responsibility of the caller to assure @@ -1018,9 +1018,9 @@ class DoFObjectAccessor<3, dim> : public DoFAccessor, * have the right size beforehand. * * The output vector may be either a - * Vector, - * Vector, or a - * BlockVector, or a + * Vector, + * Vector, or a + * BlockVector, or a * PETSc vector if deal.II is compiled to * support PETSc. It is in the * responsibility of the caller to assure @@ -1329,9 +1329,9 @@ class DoFCellAccessor : public DoFObjectAccessor * objects. * * The output vector may be either a - * Vector, - * Vector, or a - * BlockVector, or a + * Vector, + * Vector, or a + * BlockVector, or a * PETSc vector if deal.II is compiled to * support PETSc. It is in the * responsibility of the caller to assure diff --git a/deal.II/deal.II/include/dofs/dof_constraints.h b/deal.II/deal.II/include/dofs/dof_constraints.h index 315a13a667..0b237a7f06 100644 --- a/deal.II/deal.II/include/dofs/dof_constraints.h +++ b/deal.II/deal.II/include/dofs/dof_constraints.h @@ -566,8 +566,8 @@ class ConstraintMatrix : public Subscriptor * @p condensed be zero. * * The @p VectorType may be a - * Vector, - * Vector, + * Vector, + * Vector, * BlockVector<...>, a PETSc * vector wrapper class, or any other * type having the same interface. @@ -579,8 +579,8 @@ class ConstraintMatrix : public Subscriptor /** * Condense the given vector * in-place. The @p VectorType may be a - * Vector, - * Vector, + * Vector, + * Vector, * BlockVector<...>, a PETSc * vector wrapper class, or any other * type having the same interface. @@ -603,8 +603,8 @@ class ConstraintMatrix : public Subscriptor * @p condense. * * The @p VectorType may be a - * Vector, - * Vector, + * Vector, + * Vector, * BlockVector<...>, a PETSc * vector wrapper class, or any other * type having the same interface. @@ -616,8 +616,8 @@ class ConstraintMatrix : public Subscriptor /** * Re-distribute the elements of the * vector in-place. The @p VectorType - * may be a Vector, - * Vector, + * may be a Vector, + * Vector, * BlockVector<...>, a PETSc * vector wrapper class, or any other * type having the same interface. @@ -629,8 +629,8 @@ class ConstraintMatrix : public Subscriptor * Delete hanging nodes in a vector. * Sets all hanging node values to * zero. The @p VectorType may be a - * Vector, - * Vector, + * Vector, + * Vector, * BlockVector<...>, a PETSc * vector wrapper class, or any other * type having the same interface. -- 2.39.5