From 4ecbb919d8bee29b86c2f525a3b856a8ed1f9a7d Mon Sep 17 00:00:00 2001 From: Houtan Bastani Date: Mon, 13 Oct 2014 16:01:07 +0200 Subject: [PATCH] remove repetitive none statement introduced in a6009908e44e0ceb3204ba21c245d26eab56c51c --- DynareFlex.ll | 1 - 1 file changed, 1 deletion(-) diff --git a/DynareFlex.ll b/DynareFlex.ll index 89a6eb44..98355db1 100644 --- a/DynareFlex.ll +++ b/DynareFlex.ll @@ -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 number_of_particles {return token::NUMBER_OF_PARTICLES;} resampling {return token::RESAMPLING;} systematic {return token::SYSTEMATIC;} -none {return token::NONE;} generic {return token::GENERIC;} resampling_threshold {return token::RESAMPLING_THRESHOLD;} resampling_method {return token::RESAMPLING_METHOD;}