]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove a comment no longer relevant.
authorWolfgang Bangerth <bangerth@colostate.edu>
Sat, 2 May 2020 18:10:04 +0000 (12:10 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Thu, 7 May 2020 12:42:04 +0000 (06:42 -0600)
examples/step-69/step-69.cc

index e530648acf21f51d09e36ab872fd0cd6162d4435..8195c459168454a3181e47bbaf693c4d6d0ed567 100644 (file)
@@ -1250,16 +1250,6 @@ namespace Step69
     // to carry out (computation and storage of normals, and normalization
     // of the $\mathbf{c}_{ij}$ of entries) threads cannot conflict
     // attempting to write the same entry (we do not need a scheduler).
-    //
-    // We have one more difficulty to overcome: In order to implement the
-    // <code>on_subranges</code> lambda we need to name the iterator type
-    // of the object returned by <code>std_cxx20::ranges::iota_view%<unsigned
-    // int%>()</code>. This is unfortunately a very convoluted name exposing
-    // implementation details about <code>std_cxx20::ranges::iota_view</code>.
-    // For this reason we resort to the <a
-    // href="https://en.cppreference.com/w/cpp/language/decltype"><code>decltype</code></a>
-    // specifier, a C++11 feature that returns the type of an entity, or
-    // expression.
     {
       TimerOutput::Scope scope(computing_timer,
                                "offline_data - compute |c_ij|, and n_ij");

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.