Browse Source
The update used `C_P4x / 2 + C_P`. This has been changed to reuse normal routine: `C_P4x - (C_P4x / 4) + C_P`. Alternatively: `C_P4x / 2 + C_P * 2` could have been an option.main
Mathias Rasmussen
4 years ago
1 changed files with 5 additions and 18 deletions
Loading…
Reference in new issue