Skip to content
Snippets Groups Projects
Commit 4ecbb919 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

remove repetitive none statement introduced in a6009908e44e0ceb3204ba21c245d26eab56c51c

parent b5568b70
No related branches found
No related tags found
No related merge requests found
...@@ -356,7 +356,6 @@ DATE -?[0-9]+([YyAa]|[Mm]([1-9]|1[0-2])|[Qq][1-4]|[Ww]([1-9]{1}|[1-4][0-9]|5[0-2 ...@@ -356,7 +356,6 @@ DATE -?[0-9]+([YyAa]|[Mm]([1-9]|1[0-2])|[Qq][1-4]|[Ww]([1-9]{1}|[1-4][0-9]|5[0-2
<DYNARE_STATEMENT>number_of_particles {return token::NUMBER_OF_PARTICLES;} <DYNARE_STATEMENT>number_of_particles {return token::NUMBER_OF_PARTICLES;}
<DYNARE_STATEMENT>resampling {return token::RESAMPLING;} <DYNARE_STATEMENT>resampling {return token::RESAMPLING;}
<DYNARE_STATEMENT>systematic {return token::SYSTEMATIC;} <DYNARE_STATEMENT>systematic {return token::SYSTEMATIC;}
<DYNARE_STATEMENT>none {return token::NONE;}
<DYNARE_STATEMENT>generic {return token::GENERIC;} <DYNARE_STATEMENT>generic {return token::GENERIC;}
<DYNARE_STATEMENT>resampling_threshold {return token::RESAMPLING_THRESHOLD;} <DYNARE_STATEMENT>resampling_threshold {return token::RESAMPLING_THRESHOLD;}
<DYNARE_STATEMENT>resampling_method {return token::RESAMPLING_METHOD;} <DYNARE_STATEMENT>resampling_method {return token::RESAMPLING_METHOD;}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment