Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
6301a234
Commit
6301a234
authored
Jun 15, 2018
by
Cyprien Borée
Browse files
Add destructor in Filter class
For more informations see
#3283
.
parent
c54f73ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
algo/core/filter.cpp
View file @
6301a234
...
...
@@ -3,6 +3,11 @@
FilterWithACAutomaton
::
FilterWithACAutomaton
(
BioReader
&
origin
,
string
seed
){
buildACAutomatonToFilterBioReader
(
origin
,
seed
);
}
FilterWithACAutomaton
::~
FilterWithACAutomaton
(){
}
(
BioReader
&
origin
,
string
seed
){
pair
<
vector
<
int
>*
,
AbstractACAutomaton
<
KmerAffect
>*>*
result
;
vector
<
int
>*
indexes
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment