From 5fecdce354b1cdcd5c883b675538d3c4d8a67ab9 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Mon, 20 Jun 2016 18:09:34 +0200 Subject: [PATCH] fix whitespace in template arguments for intel compiler --- include/deal.II/lac/la_parallel_vector.h | 2 +- include/deal.II/lac/read_write_vector.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. -- 2.39.5