]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix an issue with the Intel compiler (reported by Ted Kord).
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 25 Dec 2012 14:57:35 +0000 (14:57 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 25 Dec 2012 14:57:35 +0000 (14:57 +0000)
git-svn-id: https://svn.dealii.org/trunk@27853 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/lac/block_indices.h

index 4e7d626d94989c82c5a176f5392310d8863e7f88..031b9fd5d7a48d0a76c726f3bbf47d6d4aca3d78 100644 (file)
@@ -407,7 +407,8 @@ BlockIndices::global_to_local (const unsigned int i) const
   while (i < start_indices[block])
     --block;
 
-  return std::make_pair<unsigned int>(block, i-start_indices[block]);
+  return std::pair<unsigned int,unsigned int>(block,
+                                             i-start_indices[block]);
 }
 
 

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.