Skip to content

Commit

Permalink
remove redundant #endif
Browse files Browse the repository at this point in the history
  • Loading branch information
soheilshahrouz committed Jan 27, 2025
1 parent 825b496 commit 309eb9b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions vpr/src/place/move_generators/move_generator.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ class MoveGenerator {
const PlacerCriticalities* criticalities) = 0;

/**
* @brief Recieves feedback about the outcome of the previously proposed move
* @brief Receives feedback about the outcome of the previously proposed move
*
* This function is very useful for RL agent to get the feedback to the agent
*
Expand All @@ -155,5 +155,3 @@ class MoveGenerator {
e_reward_function reward_func_;
vtr::RngContainer& rng_;
};

#endif

0 comments on commit 309eb9b

Please sign in to comment.