From: bangerth Date: Thu, 26 Apr 2012 14:05:50 +0000 (+0000) Subject: Fix doxygen markup. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19effc6ff35f768818c79f65c0c550adcb8d8c8f;p=dealii-svn.git Fix doxygen markup. git-svn-id: https://svn.dealii.org/trunk@25452 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/lac/full_matrix.h b/deal.II/include/deal.II/lac/full_matrix.h index cde6d5b188..cbbdbd1c04 100644 --- a/deal.II/include/deal.II/lac/full_matrix.h +++ b/deal.II/include/deal.II/lac/full_matrix.h @@ -428,10 +428,10 @@ class FullMatrix : public Table<2,number> * @param matrix The matrix from which a subset is to be taken from. * @param row_index_set The set of rows of @p matrix from which to extract. * @param column_index_set The set of columns of @p matrix from which to extract. - * @precondition The number of elements in @p row_index_set and - * @p column_index_set shall be equal to the number of - * rows and columns in the current object. In other words, - * the current object is not resized for this operation. + * @pre The number of elements in @p row_index_set and + * @p column_index_set shall be equal to the number of + * rows and columns in the current object. In other words, + * the current object is not resized for this operation. */ template void extract_submatrix_from (const MatrixType &matrix, @@ -445,10 +445,10 @@ class FullMatrix : public Table<2,number> * @param row_index_set The rows of @matrix into which to write. * @param column_index_set The columns of @matrix into which to write. * @param matrix The matrix within which certain elements are to be replaced. - * @precondition The number of elements in @p row_index_set and - * @p column_index_set shall be equal to the number of - * rows and columns in the current object. In other words, - * the current object is not resized for this operation. + * @pre The number of elements in @p row_index_set and + * @p column_index_set shall be equal to the number of + * rows and columns in the current object. In other words, + * the current object is not resized for this operation. */ template void