Skip to content

Commit

Permalink
small
Browse files Browse the repository at this point in the history
  • Loading branch information
jinluchang committed Apr 15, 2024
1 parent 81824d6 commit 197a755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qlat/qlat/include/qlat/selected-points.h
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ RealD qnorm(const SelectedPoints<M>& sp)
template <class M>
void qnorm_field(SelectedPoints<RealD>& sp, const SelectedPoints<M>& sp1)
{
TIMER("qnorm_field");
TIMER("qnorm_field(sp,sp1)");
sp.init();
sp.init(sp1.n_points, 1);
sp.distributed = sp1.distributed;
Expand Down

0 comments on commit 197a755

Please sign in to comment.