Skip to content

Commit b4b58b3

Browse files
committed
remove diff
1 parent 51374e3 commit b4b58b3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

amr-wind/utilities/SecondMomentAveraging.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,6 @@ void SecondMomentAveraging::compute_average(
146146
const int ncomp2 = m_plane_average2.ncomp();
147147
const int nmoments = m_num_moments;
148148

149-
BL_PROFILE_VAR("amr-wind::SecondMomentAveraging::compute_average_a", ab);
150-
151149
#ifdef AMREX_USE_OMP
152150
#pragma omp parallel if (amrex::Gpu::notInLaunchRegion())
153151
#endif
@@ -199,7 +197,6 @@ void SecondMomentAveraging::compute_average(
199197
}
200198
});
201199
}
202-
BL_PROFILE_VAR_STOP(ab);
203200

204201
lfluc.copyToHost(
205202
m_second_moments_line.data(), m_second_moments_line.size());

0 commit comments

Comments
 (0)