Skip to content

Commit

Permalink
change another instance of LIMT -> LIMIT
Browse files Browse the repository at this point in the history
  • Loading branch information
tjfulle committed Jan 12, 2024
1 parent 1327f06 commit 61473d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ template <typename ExecSpace> class InstanceLifetimeManager {
TPETRA_DETAILS_SPACES_THROW(
"requested instance id "
<< i << " (>= " << Tpetra::Details::Behavior::spacesIdWarnLimit()
<< ") set by TPETRA_SPACES_ID_WARN_LIMT");
<< ") set by TPETRA_SPACES_ID_WARN_LIMIT");
}

// make sure we can store an exec space at index i for priority
Expand Down

0 comments on commit 61473d6

Please sign in to comment.