From 5717ffc1dbccb0c89af777e7d2bf00e1d004d715 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Thu, 4 Oct 2018 05:26:55 +0200 Subject: [PATCH] Fix test --- tests/trilinos/tpetra_vector_02.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/trilinos/tpetra_vector_02.cc b/tests/trilinos/tpetra_vector_02.cc index 41b62d9a4c..132231491b 100644 --- a/tests/trilinos/tpetra_vector_02.cc +++ b/tests/trilinos/tpetra_vector_02.cc @@ -118,7 +118,7 @@ test() } - LinearAlgebra::TpetraWrappers::Vector d(a); + LinearAlgebra::TpetraWrappers::Vector d(a); a.add(2., b, 3., d); read_write_3.import(a, VectorOperation::insert); if (rank == 0) -- 2.39.5