]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fix whitespace in template arguments for intel compiler 2692/head
authorDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Mon, 20 Jun 2016 16:09:34 +0000 (18:09 +0200)
committerDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Mon, 20 Jun 2016 16:09:34 +0000 (18:09 +0200)
include/deal.II/lac/la_parallel_vector.h
include/deal.II/lac/read_write_vector.h

index dc7cde022b636d825733cf34e61597e3eb3aabd2..b83998ff7e2522f1450fb03a5aad6617dcafc6dc 100644 (file)
@@ -1045,7 +1045,7 @@ namespace LinearAlgebra
        * For parallel loops with TBB, this member variable stores the affinity
        * information of loops.
        */
-      mutable std_cxx11::shared_ptr<::dealii::parallel::internal::TBBPartitioner> thread_loop_partitioner;
+      mutable std_cxx11::shared_ptr< ::dealii::parallel::internal::TBBPartitioner> thread_loop_partitioner;
 
       /**
        * Temporary storage that holds the data that is sent to this processor
index 51746c395a4a66a70e5b41beff7aa2c09a6bf006..e021c4c9b2518c416153d99bbabee83877e7acef 100644 (file)
@@ -546,7 +546,7 @@ namespace LinearAlgebra
      * For parallel loops with TBB, this member variable stores the affinity
      * information of loops.
      */
-    mutable std_cxx11::shared_ptr<::dealii::parallel::internal::TBBPartitioner> thread_loop_partitioner;
+    mutable std_cxx11::shared_ptr< ::dealii::parallel::internal::TBBPartitioner> thread_loop_partitioner;
 
     /**
      * Make all other ReadWriteVector types friends.

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.