]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Use definition headers instead of declaration headers
authorDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Fri, 5 Oct 2018 04:40:56 +0000 (06:40 +0200)
committerDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Wed, 20 Feb 2019 12:46:19 +0000 (13:46 +0100)
source/lac/trilinos_tpetra_vector.cc

index dae177f7e5c4727a687f8bc5ac57a9e73c3a2a76..264f21da77c959fce1df7afe64d5b9c289645d2b 100644 (file)
@@ -28,8 +28,8 @@
 #    include <boost/io/ios_state.hpp>
 
 #    include <Teuchos_DefaultMpiComm.hpp>
-#    include <Tpetra_Import_decl.hpp>
-#    include <Tpetra_Map_decl.hpp>
+#    include <Tpetra_Import_def.hpp>
+#    include <Tpetra_Map_def.hpp>
 
 #    include <memory>
 
@@ -660,7 +660,6 @@ namespace LinearAlgebra
     template class Vector<double>;
     template class Vector<std::complex<float>>;
     template class Vector<std::complex<double>>;
-
   } // namespace TpetraWrappers
 } // namespace LinearAlgebra
 

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.