Skip to content
Snippets Groups Projects
Commit 3c3835df authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: temp_cal.cxx

parent f46002c8
No related branches found
No related tags found
No related merge requests found
......@@ -77,4 +77,13 @@ void temp_cal() {
std::cout << "slope : " << average_slope << "\n";
std::cout << "offset : " << average_offset << "\n";
for (int t = 0; t < 4; t++) {
for (int c = 0; c < 3; c++) {
std::cout << "t" << t+1 << " : " << slopes[c*4+t] << ", " << offsets[c*4+t] << " \n";
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment