Skip to content

Commit

Permalink
Xpetra: Fix wrong instantion enum
Browse files Browse the repository at this point in the history
Addresses trilinos#2960
  • Loading branch information
cgcgcg committed Jun 17, 2018
1 parent 3315c26 commit 8d1cadc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/xpetra/src/Utils/Xpetra_Parameters.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ namespace Xpetra {
# endif
# if defined(HAVE_MUELU_INST_FLOAT_INT_INT) || defined(HAVE_TPETRA_INST_FLOAT) && defined(HAVE_TPETRA_INST_INT_INT)
inst_ = Xpetra::FLOAT_INT_INT; // set default
instOptionValues[nInstOptions] = Xpetra::FLOAT_INT_LONGINT;
instOptionValues[nInstOptions] = Xpetra::FLOAT_INT_INT;
instOptionNames[nInstOptions] = "FLOAT_INT_INT";
nInstOptions++;
# endif
Expand Down

0 comments on commit 8d1cadc

Please sign in to comment.