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
f1f45502
Commit
f1f45502
authored
Jun 10, 2010
by
Houtan Bastani
Browse files
fix error message
parent
81f0cf1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
preprocessor/ComputingTasks.cc
View file @
f1f45502
...
...
@@ -323,7 +323,7 @@ EstimatedParamsStatement::EstimatedParamsStatement(const vector<EstimationParams
if
(
dynamic_cast
<
NumConstNode
*>
(
it
->
mean
)
->
isNumConstNodeEqualTo
(
0.5
)
&&
dynamic_cast
<
NumConstNode
*>
(
it
->
std
)
->
isNumConstNodeEqualTo
(
0.5
))
{
cerr
<<
"The prior density is not defined for the beta distribution when the mean = standard deviation = 0.5."
<<
endl
;
cerr
<<
"
ERROR:
The prior density is not defined for the beta distribution when the mean = standard deviation = 0.5."
<<
endl
;
exit
(
EXIT_FAILURE
);
}
}
...
...
Write
Preview
Markdown
is supported
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