]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix doxygen markup.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 26 Apr 2012 14:05:50 +0000 (14:05 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 26 Apr 2012 14:05:50 +0000 (14:05 +0000)
git-svn-id: https://svn.dealii.org/trunk@25452 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/lac/full_matrix.h

index cde6d5b188709cd7ffcd815a4c5c8837bb36545a..cbbdbd1c04d0148041397db37ae551c804eb21f0 100644 (file)
@@ -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 <typename MatrixType>
     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 <typename MatrixType>
     void

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.