Skip to content

Commit

Permalink
Fix difference between definition and implementation prototype of get…
Browse files Browse the repository at this point in the history
…StatisticsOfMission()
  • Loading branch information
Alabate committed Dec 5, 2017
1 parent 4f03789 commit 79cedd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion map-structure/vi-map/include/vi-map/vi-map.h
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ class VIMap : public backend::ResourceMap,
std::vector<size_t>* num_unknown_landmarks_per_camera,
std::vector<size_t>* total_num_landmarks_per_camera,
size_t* num_landmarks, size_t* num_vertices, size_t* num_observations,
double* duration_s, time_t* start_time, time_t* end_time) const;
double* duration_s, int64_t* start_time, int64_t* end_time) const;

std::string printMapStatistics(
const vi_map::MissionId& mission, const unsigned int mission_number,
Expand Down

0 comments on commit 79cedd0

Please sign in to comment.