From: Daniel Arndt Date: Mon, 20 Jun 2016 16:09:34 +0000 (+0200) Subject: fix whitespace in template arguments for intel compiler X-Git-Tag: v8.5.0-rc1~969^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2692%2Fhead;p=dealii.git fix whitespace in template arguments for intel compiler --- diff --git a/include/deal.II/lac/la_parallel_vector.h b/include/deal.II/lac/la_parallel_vector.h index dc7cde022b..b83998ff7e 100644 --- a/include/deal.II/lac/la_parallel_vector.h +++ b/include/deal.II/lac/la_parallel_vector.h @@ -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 diff --git a/include/deal.II/lac/read_write_vector.h b/include/deal.II/lac/read_write_vector.h index 51746c395a..e021c4c9b2 100644 --- a/include/deal.II/lac/read_write_vector.h +++ b/include/deal.II/lac/read_write_vector.h @@ -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.