mirror of
https://github.com/sockspls/badfish
synced 2025-05-02 01:29:36 +00:00
Fixed a compilation error.
This commit is contained in:
parent
998d8721bd
commit
84a96a3d9c
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ class Factorizer<HalfKP<AssociatedKing>> {
|
||||||
index_offset += SkipFeatures(kProperties[kFeaturesHalfRelativeKP]);
|
index_offset += SkipFeatures(kProperties[kFeaturesHalfRelativeKP]);
|
||||||
}
|
}
|
||||||
|
|
||||||
ASSERT_LV5(index_offset == GetDimensions());
|
assert(index_offset == GetDimensions());
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue