Skip to content
Snippets Groups Projects
Commit 4967c3e3 authored by Jan Trávníček's avatar Jan Trávníček
Browse files

algo: DefaultSymbolType -> SymbolType in template context

parent cfeb77df
No related branches found
No related tags found
1 merge request!178Various fixes jt+mp
...@@ -36,7 +36,7 @@ ext::vector < size_t > GoodSuffixShiftTable::gss ( const string::LinearString < ...@@ -36,7 +36,7 @@ ext::vector < size_t > GoodSuffixShiftTable::gss ( const string::LinearString <
ext::vector < size_t > borderArray = string::properties::BorderArray::construct ( reversed ); ext::vector < size_t > borderArray = string::properties::BorderArray::construct ( reversed );
size_t max = reversed.getContent ( ).size ( ) - borderArray.back ( ); size_t max = reversed.getContent ( ).size ( ) - borderArray.back ( );
   
automaton::DFA < DefaultSymbolType, ext::set < unsigned > > factorAutomaton = automaton::determinize::Determinize::determinize ( automaton::simplify::EpsilonRemoverIncoming::remove ( stringology::indexing::NondeterministicExactFactorAutomaton::construct ( reversed ) ) ); automaton::DFA < SymbolType, ext::set < unsigned > > factorAutomaton = automaton::determinize::Determinize::determinize ( automaton::simplify::EpsilonRemoverIncoming::remove ( stringology::indexing::NondeterministicExactFactorAutomaton::construct ( reversed ) ) );
   
ext::vector < size_t > result; ext::vector < size_t > result;
   
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment