Skip to content

Commit 579f8ca

Browse files
author
Francesco Rizzi
committed
fix tpetra op
1 parent 80ee5d9 commit 579f8ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/pressio/ops/tpetra/ops_level3.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ product(::pressio::transpose /*unused*/,
214214
const sc_t alpha_(alpha);
215215
const sc_t beta_(beta);
216216
const auto has_beta = beta_ != zero;
217-
beta_t tmp = zero;
217+
sc_t tmp = zero;
218218

219219
// A dot A = A^T*A, which yields a symmetric matrix
220220
// only need to compute half and fill remaining entries accordingly

0 commit comments

Comments
 (0)