]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Documentation of input parameters for function add_range added.
authorLisa <lisa@nat-172-18-66-156.tamulink.tamu.edu>
Tue, 4 Aug 2015 19:56:18 +0000 (14:56 -0500)
committerLisa <lisa@nat-172-18-66-156.tamulink.tamu.edu>
Tue, 4 Aug 2015 19:56:18 +0000 (14:56 -0500)
include/deal.II/base/index_set.h

index 8543b5ef0003cfe21275e0b6e963e0adbec2ff9d..2ae063f39a92d57761011a717f8c418accefdbf2 100644 (file)
@@ -138,6 +138,8 @@ public:
   /**
    * Add the half-open range $[\text{begin},\text{end})$ to the set of indices
    * represented by this class.
+   * @param[in] begin The first element of the range to be added.
+   * @param[in] end The past-the-end element of the range to be added.
    */
   void add_range (const size_type begin,
                   const size_type end);
@@ -145,6 +147,7 @@ public:
   /**
    * Add an individual index to the set of indices.
    */
+
   void add_index (const size_type index);
 
   /**

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.