Skip to content

Commit

Permalink
Tpetra: remove ununsed type alias
Browse files Browse the repository at this point in the history
  • Loading branch information
cwpearson committed Mar 11, 2024
1 parent 673dfa8 commit b12a533
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ namespace {
typedef CrsMatrix<Scalar,LO,GO,Node> MAT;
typedef MultiVector<Scalar,LO,GO,Node> MV;
typedef typename ST::magnitudeType Mag;
typedef ScalarTraits<Mag> MT;

// This code is left in in case people want to debug future issues using the Kokkos profiling
// hooks in Tpetra
Expand Down

0 comments on commit b12a533

Please sign in to comment.