-
- Downloads
* Fix issue in Calibration manager
- Depending on the file format the last value of a calibration was read twice - Problem fixed by using while(file>>Databuffer) instead of while(file.eof())
Please register or sign in to comment
- Depending on the file format the last value of a calibration was read twice - Problem fixed by using while(file>>Databuffer) instead of while(file.eof())