]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fixed the documentation of clear() 233/head
authorFahad Alrashed <fahad@keylock.net>
Sun, 9 Nov 2014 17:12:17 +0000 (11:12 -0600)
committerFahad Alrashed <fahad@keylock.net>
Sun, 9 Nov 2014 17:12:17 +0000 (11:12 -0600)
Added an entry to changes.h

doc/news/changes.h
include/deal.II/base/table_handler.h

index 8bc18b2d41a3e04807af6fa9eee08af387b981a9..00194caf27f94ae5949ad8e22db524a26d7d80f5 100644 (file)
@@ -333,6 +333,12 @@ inconvenience this causes.
 <h3>Specific improvements</h3>
 
 <ol>
+  <li> New: TableHandler objects can be cleared - i.e. reset to a 
+  zero-sized state.
+  <br>
+  (Fahad Alrashed, 2014/11/09)
+  </li>
+
   <li> New: The FE_Nothing class now has a second template argument
   corresponding to the space dimension in which the mesh is embedded,
   like many other classes. This allows to use this element in codimension
index e6d81d920e85a6d6a8fbde52bbb51c87de838451..924b6269af9ec903145d3864319d73953cbb930a 100644 (file)
@@ -514,7 +514,9 @@ public:
   void write_tex (std::ostream &file, const bool with_header=true) const;
 
   /**
-   * Clears the values in the table.
+   * Clears the rows of the table, 
+   * i.e. calls clear() on all the 
+   * underlying storage data structures.
    */
   void clear ();
 

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.