]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Doc update.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 29 Mar 2004 20:51:02 +0000 (20:51 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 29 Mar 2004 20:51:02 +0000 (20:51 +0000)
git-svn-id: https://svn.dealii.org/trunk@8900 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/sparsity_pattern.h

index a560d26e8106a98b3ca8c6f825a72e0f72217b78..ba4a8cf5fc88685756e086d274794963554ba5e8 100644 (file)
@@ -1140,8 +1140,10 @@ class SparsityPattern : public Subscriptor
                                      * read-only.
                                      *
                                      * Use of this function is highly
-                                     * deprecated. Use @p{row_length}
-                                     * and @p{column_number} instead.
+                                     * deprecated. Use @p{row_length} and
+                                     * @p{column_number} instead. Also, using
+                                     * iterators may get you most of the
+                                     * information you may want.
                                      *
                                      * Though the return value is declared
                                      * <tt>const</tt>, you should be aware that it
@@ -1157,12 +1159,15 @@ class SparsityPattern : public Subscriptor
                                      * If you change the layout yourself, you
                                      * should also rename this function to
                                      * avoid programs relying on outdated
-                                     * information!  */
+                                     * information!
+                                     */
     const unsigned int * get_rowstart_indices () const;
 
                                     /**
-                                     * @deprecated. Use @p{row_length}
-                                     * and @p{column_number} instead.
+                                     * @deprecated. Use @p{row_length} and
+                                     * @p{column_number} instead. Also, using
+                                     * iterators may get you most of the
+                                     * information you may want.
                                      *
                                      * This is kind of an expert mode: get
                                      * access to the colnums array, but

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.