Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dynare
preprocessor
Commits
618147a1
Commit
618147a1
authored
Aug 16, 2018
by
Houtan Bastani
Browse files
fix typo
parent
74b693a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/DynamicModel.hh
View file @
618147a1
...
...
@@ -250,7 +250,7 @@ private:
void
findPacExpectationEquationNumbers
(
vector
<
int
>
&
eqnumber
)
const
;
public:
DynamicModel
(
SymbolTable
&
symbol_table_arg
,
NumericalConstants
&
num_constants_arg
,
ExternalFunctionsTable
&
external_functions_table_arg
x
);
DynamicModel
(
SymbolTable
&
symbol_table_arg
,
NumericalConstants
&
num_constants_arg
,
ExternalFunctionsTable
&
external_functions_table_arg
);
//! Adds a variable node
/*! This implementation allows for non-zero lag */
VariableNode
*
AddVariable
(
int
symb_id
,
int
lag
=
0
)
override
;
...
...
Write
Preview
Supports
Markdown
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