Skip to content
Snippets Groups Projects
Commit 0c8a360f authored by Graziano Scalamera's avatar Graziano Scalamera
Browse files

Fix return type of load_intensity_cal_file and save_intensity_cal_file in .h

parent bfaa26c2
No related branches found
No related tags found
No related merge requests found
......@@ -144,8 +144,8 @@ public:
int exposures[AUTO_EXPOSURE_MEAN];
int exposure_idx;
void string_explode(string str, string separator, vector<string>* results);
int load_intensity_cal_file(string filename);
int save_intensity_cal_file(string filename);
void load_intensity_cal_file(string filename);
void save_intensity_cal_file(string filename);
uint32_t myntohl(uint32_t val_l);
float fit[5/*NR_WAVELEN_POL_COEF*/];
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment