Fix printvideo regression and minor improvements

This commit is contained in:
Justine Tunney 2020-08-26 09:41:07 -07:00
parent eb4bb43275
commit e86cff8ba0
25 changed files with 240 additions and 207 deletions

View file

@ -43,7 +43,7 @@
* @see Magikarp
*/
#define M 15
#define M 14
#define SQR(X) ((X) * (X))
struct SamplingSolution {