mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-09-13 06:23:14 +08:00
Merge pull request #233 from google/spec_remove_predictive_edge
Remove reference to PREDICTIVE_EDGEBREAKER
This commit is contained in:
commit
61dda163ac
@ -322,7 +322,7 @@ void ParseEdgebreakerStandardSymbol() {
|
|||||||
void EdgebreakerDecodeSymbol() {
|
void EdgebreakerDecodeSymbol() {
|
||||||
if (edgebreaker_traversal_type == VALENCE_EDGEBREAKER) {
|
if (edgebreaker_traversal_type == VALENCE_EDGEBREAKER) {
|
||||||
EdgebreakerValenceDecodeSymbol(sym);
|
EdgebreakerValenceDecodeSymbol(sym);
|
||||||
} else {
|
} else if (edgebreaker_traversal_type == STANDARD_EDGEBREAKER) {
|
||||||
ParseEdgebreakerStandardSymbol(sym);
|
ParseEdgebreakerStandardSymbol(sym);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -37,7 +37,6 @@
|
|||||||
|
|
||||||
* EdgeBreaker encoding methods
|
* EdgeBreaker encoding methods
|
||||||
* 0: STANDARD_EDGEBREAKER
|
* 0: STANDARD_EDGEBREAKER
|
||||||
* 1: PREDICTIVE_EDGEBREAKER
|
|
||||||
* 2: VALENCE_EDGEBREAKER
|
* 2: VALENCE_EDGEBREAKER
|
||||||
|
|
||||||
* EdgeBreaker constants
|
* EdgeBreaker constants
|
||||||
|
Loading…
x
Reference in New Issue
Block a user