From d7815e9e47841d996a444e9ee622727f9dcca187 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?= Date: Tue, 27 Feb 2018 17:56:24 +0100 Subject: [PATCH] Fixed comments. --- src/SymbolTable.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SymbolTable.hh b/src/SymbolTable.hh index 62804a59..7a0d89a4 100644 --- a/src/SymbolTable.hh +++ b/src/SymbolTable.hh @@ -38,8 +38,8 @@ enum aux_var_t { avEndoLead = 0, //!< Substitute for endo leads >= 2 avEndoLag = 1, //!< Substitute for endo lags >= 2 - avExoLead = 2, //!< Substitute for exo leads >= 2 - avExoLag = 3, //!< Substitute for exo lags >= 2 + avExoLead = 2, //!< Substitute for exo leads >= 1 + avExoLag = 3, //!< Substitute for exo lags >= 1 avExpectation = 4, //!< Substitute for Expectation Operator avDiffForward = 5, //!< Substitute for the differentiate of a forward variable avMultiplier = 6, //!< Multipliers for FOC of Ramsey Problem