summaryrefslogtreecommitdiffstats
path: root/gf16.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gf16.cc')
-rw-r--r--gf16.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gf16.cc b/gf16.cc
index ee5bb30..dea69ae 100644
--- a/gf16.cc
+++ b/gf16.cc
@@ -108,7 +108,7 @@ bool check_inverse( const uint16_t * const A, const uint16_t * const B,
{ if( print && row ) std::fputc( '\n', stderr ); return false; }
if( print ) std::fprintf( stderr, "\r%5u rows checked \r", row + 1 );
}
- return true; // A * B == I
+ return true;
}