From: Wolfgang Bangerth Date: Mon, 9 Mar 2015 19:52:19 +0000 (-0500) Subject: Follow Martin K's advice on what the argument should be. X-Git-Tag: v8.3.0-rc1~380^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=662837bdae52a52d7858e0697e2fbfbd07354791;p=dealii.git Follow Martin K's advice on what the argument should be. --- diff --git a/source/lac/trilinos_sparse_matrix.cc b/source/lac/trilinos_sparse_matrix.cc index c7667ec143..78b09270d6 100644 --- a/source/lac/trilinos_sparse_matrix.cc +++ b/source/lac/trilinos_sparse_matrix.cc @@ -811,7 +811,7 @@ namespace TrilinosWrappers else nonlocal_matrix.reset(); - compress(VectorOperation::unknown); + compress(VectorOperation::insert); }