Removed FIXME from Q1 function.

This commit is contained in:
Deathsbreed 2014-05-31 23:51:59 -05:00
parent 497c7d0bea
commit fb4d81fe67

View File

@ -134,7 +134,6 @@ public class MMMCalc {
}
}
// FIXME: Q1 calculates incorrectly, it is supposed to be halfway between the first variable and the median variable.
private static void calcQ1() {
int q1Pos;
// c stands for case... Cases correspond to their order in the following if statements (4 different cases).