Skip to content

Commit

Permalink
Fix typo for OMP (AMReX-Codes#1276)
Browse files Browse the repository at this point in the history
The typo was introduced in AMReX-Codes#1274.
  • Loading branch information
WeiqunZhang authored and dwillcox committed Oct 3, 2020
1 parent 71032f2 commit 1db9aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/AmrCore/AMReX_TagBox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ TagBoxArray::hasTags (Box const& a_bx) const
#endif
{
#ifdef _OPENMP
#pragma omp parallel reduction(||:has_Tags)
#pragma omp parallel reduction(||:has_tags)
#endif
for (MFIter mfi(*this); mfi.isValid(); ++mfi)
{
Expand Down

0 comments on commit 1db9aee

Please sign in to comment.