Skip to content

Commit ccd5f37

Browse files
committed
Comment correction.
1 parent 32724f9 commit ccd5f37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/src/BasicAlgorithms.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ namespace example4
180180

181181
mySensor.Input << 10.0f << 5.0f << 10.0f << 8.0f;
182182

183-
cout << "Average: " << mySensor.Average() << endl; // output: 3
183+
cout << "Average: " << mySensor.Average() << endl; // output: 8.25
184184

185185
cout << endl;
186186
}

0 commit comments

Comments
 (0)