* CTDB verification & submission sped up significantly

This commit is contained in:
chudov
2011-04-17 02:07:13 +00:00
parent c4a5a465ef
commit 153633c991
4 changed files with 113 additions and 93 deletions

View File

@@ -438,6 +438,14 @@ namespace CUETools.AccurateRip
}
}
public ushort[,] Syndrome
{
get
{
return ar.syndrome;
}
}
public byte[] Parity
{
get