]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Move 'template <typename T>' to after the class documentation.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 12 Jul 2013 01:10:48 +0000 (01:10 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 12 Jul 2013 01:10:48 +0000 (01:10 +0000)
git-svn-id: https://svn.dealii.org/trunk@29983 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/base/thread_local_storage.h

index a97219c44d189b10c530d205e637fe180d4c604b..488e3955a3ee578f77e17f419b652af15403f110 100644 (file)
@@ -1,7 +1,7 @@
 //---------------------------------------------------------------------------
 //    $Id$
 //
-//    Copyright (C) 2011, 2012 by the deal.II authors
+//    Copyright (C) 2011, 2012, 2013 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -29,7 +29,6 @@ DEAL_II_NAMESPACE_OPEN
 
 namespace Threads
 {
-  template <typename T>
   /**
    * @brief A class that provides a separate storage location on each thread that accesses the object.
    *
@@ -60,7 +59,8 @@ namespace Threads
    * provides a reference to a unique object when accessed from different threads.
    * Objects of type T are created lazily, i.e. they are only created whenever a
    * thread actually calls get().
-   **/
+   */
+  template <typename T>
   class ThreadLocalStorage
   {
   public:

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.