Tpetra parallel linear algebra  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Tpetra_createDeepCopy.hpp
1 #ifndef TPETRA_CREATEDEEPCOPY_HPP
2 #define TPETRA_CREATEDEEPCOPY_HPP
3 
4 #ifdef TPETRA_ENABLE_DEPRECATED_CODE
5 
6 #include "TpetraCore_config.h"
7 
8 namespace Tpetra {
9 
10 template<class OutputType, class InputType>
11 TPETRA_DEPRECATED
12 OutputType
13 createDeepCopy (const InputType& in);
14 
15 } // namespace Tpetra
16 
17 #endif // TPETRA_ENABLE_DEPRECATED_CODE
18 
19 #endif // TPETRA_CREATEDEEPCOPY_HPP