* Prepare for reading and old diff_custom by zero-ing the memory. */
| 24 | * Prepare for reading and old diff_custom by zero-ing the memory. |
| 25 | */ |
| 26 | void PrepareOldDiffCustom() |
| 27 | { |
| 28 | _old_diff_custom.fill(0); |
| 29 | } |
| 30 | |
| 31 | /** |
| 32 | * Reading of the old diff_custom array and transforming it to the new format. |
no test coverage detected