Skip to content

Commit

Permalink
Zoltan2: add default values
Browse files Browse the repository at this point in the history
  • Loading branch information
cwschilly committed Sep 6, 2023
1 parent 95fceac commit 80337ab
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ template <typename User>
private:
Kokkos::View<gno_t *, device_t> idsView_;
Kokkos::View<scalar_t **, device_t> weightsView_;
lno_t localNumIds_;
size_t numWeightsPerID_;
lno_t localNumIds_ = 0;
int numWeightsPerID_ = 0;
};

////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 80337ab

Please sign in to comment.