Skip to content
Snippets Groups Projects

Jirakjan bp rebase

Merged Jan Trávníček requested to merge jirakjan-bp-rebase into master
2 files
+ 67
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 15
0
 
/*
 
* Dogaru.cpp
 
*
 
* Created on: 19. 3. 2020
 
* Author: Jan Jirak
 
*/
 
 
#include "Dogaru.h"
 
#include <registration/AlgoRegistration.hpp>
 
 
namespace {
 
 
auto Dogaru = registration::AbstractRegister < stringology::exact::Dogaru, ext::set < unsigned >, const string::LinearString < > &, const string::LinearString < > & > ( stringology::exact::Dogaru::match );
 
 
} /* namespace */
Loading