Skip to content

Commit

Permalink
Fixed compilation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
wmamrak authored May 14, 2024
1 parent 32bc316 commit c82400f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/central64/search/PathTree.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class PathTree
uint64_t searchID{ 0 }; // The ID of the search for which the node was last initialized.
PathCost gCost{}; // The grid-based distance to the source.
PathCost hCost{}; // The heuristic or estimated distance to the sample.
int64_t parentMoveIndex{}; // The index of the parent move.
int parentMoveIndex{}; // The index of the parent move.
};

const Grid2D<L>* gridPtr_;
Expand Down

0 comments on commit c82400f

Please sign in to comment.