Skip to content

Commit ba8c455

Browse files
committed
[vpr][placement] fix comment
1 parent 81604de commit ba8c455

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vpr/src/place/place.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1708,8 +1708,8 @@ static e_move_result try_swap(const t_annealing_state* state,
17081708
if (manual_move_enabled) {
17091709
#ifndef NO_GRAPHICS
17101710
create_move_outcome = manual_move_display_and_propose(manual_move_generator, blocks_affected, proposed_action.move_type, rlim, placer_opts, criticalities);
1711-
#else //NO_GRAPHICS \
1712-
// Cast to void to explicitly avoid warning.
1711+
#else //NO_GRAPHICS
1712+
//Cast to void to explicitly avoid warning.
17131713
(void)manual_move_generator;
17141714
#endif //NO_GRAPHICS
17151715
} else if (router_block_move) {

0 commit comments

Comments
 (0)