Skip to content

Commit

Permalink
Fix typo for OMP (#1276)
Browse files Browse the repository at this point in the history
The typo was introduced in #1274.
  • Loading branch information
WeiqunZhang authored Aug 18, 2020
1 parent b0735b5 commit 8688f76
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 8688f76

Please sign in to comment.