mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-30 11:44:28 +03:00
Add support for approximate matching in other tools
This commit is contained in:
committed by
Matthew Barr
parent
9f72dede5c
commit
ebe849603b
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2016, Intel Corporation
|
||||
* Copyright (c) 2016-2017, Intel Corporation
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions are met:
|
||||
@@ -38,5 +38,7 @@ extern bool saveDatabases;
|
||||
extern bool loadDatabases;
|
||||
extern std::string serializePath;
|
||||
extern unsigned int somPrecisionMode;
|
||||
extern bool forceEditDistance;
|
||||
extern unsigned editDistance;
|
||||
|
||||
#endif // COMMON_H
|
||||
|
Reference in New Issue
Block a user