Skip to content

Commit

Permalink
fix hybrid uninitialized warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jmackay2 committed Jan 28, 2025
1 parent 648c68d commit e6f0fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Hybrid_City10000.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ int main(int argc, char* argv[]) {

SmootherUpdate(smoother, graph, init_values, maxNrHypotheses, &results);

size_t key_s, key_t;
size_t key_s, key_t{0};

clock_t start_time = clock();
std::string str;
Expand Down

0 comments on commit e6f0fdc

Please sign in to comment.