Skip to content

Commit

Permalink
typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
bimalgaudel committed Apr 16, 2024
1 parent d72357a commit 154d427
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/TiledArray/tensor/kernels.h
Original file line number Diff line number Diff line change
Expand Up @@ -1280,7 +1280,6 @@ auto tensor_hadamard(TensorA const& A, Annot const& aA, TensorB const& B,
} else {
auto pA = A.permute(perm.AC);
return pA.mult_to(B.permute(perm.BC));
return pA;
}
}

Expand Down

0 comments on commit 154d427

Please sign in to comment.