From 5949c2a1e1499a1d8e91b9883f786724798111c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nico=20Schl=C3=B6mer?= Date: Sun, 5 Nov 2017 00:45:10 +0100 Subject: [PATCH] fix spelling errors in tpetra --- packages/tpetra/core/ext/TpetraExt_MatrixMatrix_def.hpp | 2 +- packages/tpetra/core/src/Tpetra_Import_Util2.hpp | 2 +- .../tpetra/core/test/Distributor/createfromsendsandrecvs.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/tpetra/core/ext/TpetraExt_MatrixMatrix_def.hpp b/packages/tpetra/core/ext/TpetraExt_MatrixMatrix_def.hpp index 088df778edee..c1ea0c1afb82 100644 --- a/packages/tpetra/core/ext/TpetraExt_MatrixMatrix_def.hpp +++ b/packages/tpetra/core/ext/TpetraExt_MatrixMatrix_def.hpp @@ -2011,7 +2011,7 @@ void mult_A_B( GlobalOrdinal global_row = Aview.rowMap->getGlobalElement(i); // Loop across the i-th row of A and for each corresponding row in B, loop - // across colums and accumulate product A(i,k)*B(k,j) into our partial sum + // across columns and accumulate product A(i,k)*B(k,j) into our partial sum // quantities C_row_i. In other words, as we stride across B(k,:) we're // calculating updates for row i of the result matrix C. C_row_i_length = OrdinalTraits::zero(); diff --git a/packages/tpetra/core/src/Tpetra_Import_Util2.hpp b/packages/tpetra/core/src/Tpetra_Import_Util2.hpp index 77f8103c2bd3..94606cabdc6f 100644 --- a/packages/tpetra/core/src/Tpetra_Import_Util2.hpp +++ b/packages/tpetra/core/src/Tpetra_Import_Util2.hpp @@ -475,7 +475,7 @@ lowCommunicationMakeColMapAndReindex (const Teuchos::ArrayView &ro // Sort External column indices so that all columns coming from a // given remote processor are contiguous. This is a sort with two - // auxillary arrays: RemoteColIndices and RemotePermuteIDs. + // auxiliary arrays: RemoteColIndices and RemotePermuteIDs. Tpetra::sort3 (PIDList.begin (), PIDList.end (), ColIndices.begin () + NumLocalColGIDs, RemotePermuteIDs.begin ()); diff --git a/packages/tpetra/core/test/Distributor/createfromsendsandrecvs.cpp b/packages/tpetra/core/test/Distributor/createfromsendsandrecvs.cpp index f5fe30db35cf..48d2d0eb14b7 100644 --- a/packages/tpetra/core/test/Distributor/createfromsendsandrecvs.cpp +++ b/packages/tpetra/core/test/Distributor/createfromsendsandrecvs.cpp @@ -341,7 +341,7 @@ TEUCHOS_UNIT_TEST( Distributor, createfromsendsandrecvs) if(newdist.howInitialized()!=Tpetra::Details::DISTRIBUTOR_INITIALIZED_BY_CREATE_FROM_SENDS_N_RECVS) { - myOut << "ProcID "<