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
Dóra Kocsis
dynare
Commits
d0853e16
Commit
d0853e16
authored
Dec 17, 2010
by
Houtan Bastani
Committed by
Sébastien Villemot
Dec 22, 2010
Browse files
k-order: removed unnecessary check
parent
1a9d6eec
Changes
1
Hide whitespace changes
Inline
Side-by-side
mex/sources/k_order_perturbation/dynamic_dll.cc
View file @
d0853e16
...
...
@@ -91,7 +91,6 @@ void
DynamicModelDLL
::
eval
(
const
Vector
&
y
,
const
Vector
&
x
,
const
Vector
&
modParams
,
const
Vector
&
ySteady
,
Vector
&
residual
,
TwoDMatrix
*
g1
,
TwoDMatrix
*
g2
,
TwoDMatrix
*
g3
)
throw
(
DynareException
)
{
Dynamic
(
y
.
base
(),
x
.
base
(),
1
,
modParams
.
base
(),
ySteady
.
base
(),
0
,
residual
.
base
(),
g1
==
NULL
?
NULL
:
g1
->
base
(),
Dynamic
(
y
.
base
(),
x
.
base
(),
1
,
modParams
.
base
(),
ySteady
.
base
(),
0
,
residual
.
base
(),
g1
->
base
(),
g2
==
NULL
?
NULL
:
g2
->
base
(),
g3
==
NULL
?
NULL
:
g3
->
base
());
}
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