Skip to content

Commit

Permalink
Fix initialization order
Browse files Browse the repository at this point in the history
  • Loading branch information
asardaes committed Jul 2, 2024
1 parent 5ad50ea commit 67fe7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/distmat/fillers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@ class SymmetricFillWorker : public ParallelWorker {
const int grain,
const int nrows)
: ParallelWorker(grain, 10, 1000)
, dist_calculator_(dist_calculator)
, distmat_(distmat)
, dist_calculator_(dist_calculator)
, nrows_(nrows)
{ }

Expand Down

0 comments on commit 67fe7b3

Please sign in to comment.