mirror of
https://github.com/aicodix/modem.git
synced 2026-04-27 14:30:34 +00:00
disabled compensation
This commit is contained in:
parent
a37246b7a0
commit
4649221a62
1 changed files with 1 additions and 1 deletions
|
|
@ -373,7 +373,7 @@ struct Decoder
|
|||
std::cerr << ".";
|
||||
}
|
||||
std::cerr << " done" << std::endl;
|
||||
if (1) {
|
||||
if (0) {
|
||||
value sum_slope = 0, sum_yint = 0;
|
||||
for (int j = 0; j < cons_rows; ++j) {
|
||||
for (int i = 0; i < cons_cols; ++i) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue