Skip to content

Commit

Permalink
Merge pull request #991 from LLNL/bugfix/white238/duplicate_symbol
Browse files Browse the repository at this point in the history
Fix duplicate symbol when compiling with intel oneapi
  • Loading branch information
white238 authored Jan 17, 2023
2 parents 3d77e46 + 6d7b67f commit 20bfdf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/axom/quest/DistributedClosestPoint.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ enum class DistributedClosestPointRuntimePolicy
};

/// Utility function to allow formating a DistributedClosestPointRuntimePolicy
auto format_as(DistributedClosestPointRuntimePolicy pol)
inline auto format_as(DistributedClosestPointRuntimePolicy pol)
{
return fmt::underlying(pol);
}
Expand Down

0 comments on commit 20bfdf9

Please sign in to comment.