Skip to content

Commit

Permalink
Xpetra: fixing a specialization of the Xpetra::TpetraOperator see issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lucbv committed Jun 3, 2019
1 parent 27aed35 commit f6375a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/xpetra/src/Operator/Xpetra_TpetraOperator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ namespace Xpetra {



#if ((!defined(HAVE_TPETRA_INST_SERIAL)) && (!defined(HAVE_TPETRA_INST_INT_INT)))
#if ((!defined(HAVE_TPETRA_INST_SERIAL)) && (!defined(HAVE_TPETRA_INST_INT_INT)) && defined(HAVE_XPETRA_EPETRA))
// specialization for Tpetra Map on EpetraNode and GO=int
template <>
class TpetraOperator<double, int, int, EpetraNode>
Expand Down

0 comments on commit f6375a6

Please sign in to comment.