Skip to content

Commit

Permalink
std::size_t
Browse files Browse the repository at this point in the history
  • Loading branch information
AJPfleger authored Jun 13, 2024
1 parent e84a006 commit fb54cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/include/Acts/TrackFitting/GlobalChiSquareFitter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ class Gx2Fitter {

// Here we will store, the ndf of the system. It automatically deduces if we
// want to fit e.g. q/p and adjusts itself later.
std::size_t ndfSystem = std::numeric_limits<size_t>::max();
std::size_t ndfSystem = std::numeric_limits<std::size_t>::max();

ACTS_VERBOSE("params:\n" << params);

Expand Down

0 comments on commit fb54cfb

Please sign in to comment.