From 648fe2d0b50dfe600ebc6e6d07f7c72752aa4b83 Mon Sep 17 00:00:00 2001 From: James Elliott Date: Sun, 5 May 2019 23:22:51 -0600 Subject: [PATCH] Fix Xpetra_TpetraVector short name issue Closes: #5061 --- packages/xpetra/src/Vector/Xpetra_TpetraVector_def.hpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/xpetra/src/Vector/Xpetra_TpetraVector_def.hpp b/packages/xpetra/src/Vector/Xpetra_TpetraVector_def.hpp index 5d5eb7b71e..43530fe31b 100644 --- a/packages/xpetra/src/Vector/Xpetra_TpetraVector_def.hpp +++ b/packages/xpetra/src/Vector/Xpetra_TpetraVector_def.hpp @@ -174,7 +174,10 @@ template typedef EpetraNode Node; #undef XPETRA_TPETRAMULTIVECTOR_SHORT +#undef XPETRA_TPETRAVECTOR_SHORT #include "Xpetra_UseShortNames.hpp" +#define XPETRA_TPETRAMULTIVECTOR_SHORT +#define XPETRA_TPETRAVECTOR_SHORT public: @@ -332,7 +335,10 @@ template typedef EpetraNode Node; #undef XPETRA_TPETRAMULTIVECTOR_SHORT +#undef XPETRA_TPETRAVECTOR_SHORT #include "Xpetra_UseShortNames.hpp" +#define XPETRA_TPETRAMULTIVECTOR_SHORT +#define XPETRA_TPETRAVECTOR_SHORT public: -- GitLab