Commit ed99fbe8 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

Corrected error in labFour_pTwo - thanks Mimi Paule!

parent 262cd748
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@ int labFour_pTwo_exchange(int dollars);
 *    -1 |  1  // hard-coded
 *    0  |  1.5 =    0.25+ 0.25+  0.5+    0.5
 *    1  |  1.75 =   0.25+ 0.25+  0.5+    0.75
 *    2  |  1.875 =  0.25+ 0.25+  0.75+   0.875
 *    3  |  2.4375 = 0.25+ 0.375+ 0.875+  0.9375
 *    2  |  2.125 =  0.25+ 0.25+  0.75+   0.875
 *    3  |  2.5625 = 0.25+ 0.375+ 0.875+  1.0625
 */
int labFour_pThree_genFib(vector<float> filter, int nn);
 No newline at end of file
float labFour_pThree_genFib(vector<float> filter, int nn);
 No newline at end of file