Skip to content

Commit 4064fc2

Browse files
MohamedElgammalvaughnbetz
MohamedElgammal
authored andcommitted
fix format issues
1 parent feed83f commit 4064fc2

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

vpr/src/place/place_util.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,3 @@ void alloc_and_load_legal_placement_locations(std::vector<std::vector<std::vecto
384384
//avoid any memory waste
385385
legal_pos.shrink_to_fit();
386386
}
387-
388-
389-

vpr/src/place/place_util.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,5 @@ int get_initial_move_lim(const t_placer_opts& placer_opts, const t_annealing_sch
205205
///@brief Returns the standard deviation of data set x.
206206
double get_std_dev(int n, double sum_x_squared, double av_x);
207207

208-
209208
///@brief Builds legal_pos structure
210209
void alloc_and_load_legal_placement_locations(std::vector<std::vector<std::vector<t_pl_loc>>>& legal_pos);

0 commit comments

Comments
 (0)