Skip to content

Commit

Permalink
#210: restore space
Browse files Browse the repository at this point in the history
  • Loading branch information
tlamonthezie committed Sep 26, 2023
1 parent b3529ef commit a647b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/belos/tpetra/test/BiCGStab/test_bicgstab_hb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ int main (int argc, char *argv[])
// Get the problem
RCP<Tpetra::CrsMatrix<ST>> A;
Tpetra::Utils::readHBMatrix(filename, comm, A);
RCP<const Tpetra::Map<>> map = A->getDomainMap();
RCP<const Tpetra::Map<> > map = A->getDomainMap();

// Create initial vectors
RCP<MV> B, X;
Expand Down

0 comments on commit a647b1a

Please sign in to comment.