Skip to content

Commit

Permalink
Merge pull request #1160 from LLNL/bugfix/gunney/distributed-closest-…
Browse files Browse the repository at this point in the history
…point-misc

Remove unneeded semicolon
  • Loading branch information
gunney1 committed Aug 14, 2023
2 parents 96c0034 + b7e4740 commit 8ba4d3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/axom/quest/DistributedClosestPoint.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ inline void dump_node(const conduit::Node& n,
const std::string& protocol = "json")
{
conduit::relay::io::save(n, fname, protocol);
};
}

/**
* \brief Utility function to get a typed pointer to the beginning of an array
Expand Down Expand Up @@ -815,7 +815,7 @@ class DistributedClosestPointImpl

/**
* \brief Computes the closest point within the objects for each query point
* in the provided particle mesh, provided in the mesh blueprint rooted at \a queryMesh
* in the mesh \a queryMesh.
*
* \param queryMesh The root node of a mesh blueprint for the query points
* Can be empty if there are no query points for the calling rank
Expand Down

0 comments on commit 8ba4d3b

Please sign in to comment.