Skip to content

Commit

Permalink
GRIDDIT-1481 Added member variable comment
Browse files Browse the repository at this point in the history
  • Loading branch information
BillSenior committed Oct 16, 2024
1 parent 4a2e2cf commit f06bb1a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libs/MeshKernel/include/MeshKernel/Mesh.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -509,11 +509,10 @@ namespace meshkernel
bool m_nodesRTreeRequiresUpdate = true; ///< m_nodesRTree requires an update
bool m_edgesRTreeRequiresUpdate = true; ///< m_edgesRTree requires an update
bool m_facesRTreeRequiresUpdate = true; ///< m_facesRTree requires an update
bool m_administrationRequired = true; ///< Indicates if mesh administration requires an update
std::unordered_map<Location, std::unique_ptr<RTreeBase>> m_RTrees; ///< The RTrees to use
BoundingBox m_boundingBoxCache; ///< Caches the last bounding box used for selecting the locations

bool m_administrationRequired = true;

/// @brief Set nodes and edges that are not connected to be invalid.
void SetUnConnectedNodesAndEdgesToInvalid(CompoundUndoAction* undoAction);

Expand Down

0 comments on commit f06bb1a

Please sign in to comment.