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
ec561138
Commit
ec561138
authored
Jun 28, 2017
by
Sébastien Villemot
Browse files
Fix various typos (thanks lintian).
parent
c66e000b
Changes
4
Hide whitespace changes
Inline
Side-by-side
DynamicModel.cc
View file @
ec561138
...
...
@@ -510,7 +510,7 @@ DynamicModel::writeModelEquationsOrdered_M(const string &dynamic_basename) const
}
else
{
cerr << "Type mis
s
match for equation " << equation_ID+1 << "\n";
cerr
<<
"Type mismatch for equation "
<<
equation_ID
+
1
<<
"
\n
"
;
exit
(
EXIT_FAILURE
);
}
output
<<
";
\n
"
;
...
...
DynareMain.cc
View file @
ec561138
...
...
@@ -251,7 +251,7 @@ main(int argc, char **argv)
{
if
(
strlen
(
argv
[
arg
])
<=
7
||
argv
[
arg
][
6
]
!=
'='
)
{
cerr
<<
"Incorrect syntax for ouput option"
<<
endl
;
cerr
<<
"Incorrect syntax for ou
t
put option"
<<
endl
;
usage
();
}
if
(
strlen
(
argv
[
arg
])
==
14
&&
!
strncmp
(
argv
[
arg
]
+
7
,
"dynamic"
,
7
))
...
...
@@ -264,7 +264,7 @@ main(int argc, char **argv)
output_mode
=
third
;
else
{
cerr
<<
"Incorrect syntax for ouput option"
<<
endl
;
cerr
<<
"Incorrect syntax for ou
t
put option"
<<
endl
;
usage
();
}
}
...
...
ModFile.cc
View file @
ec561138
...
...
@@ -232,7 +232,7 @@ ModFile::checkPass(bool nostrict)
if
(
mod_file_struct
.
dsge_prior_weight_initialized
&&
mod_file_struct
.
dsge_prior_weight_in_estimated_params
)
{
cerr
<<
"ERROR: dsge_prior_weight cannot be both initalized and estimated."
<<
endl
;
cerr
<<
"ERROR: dsge_prior_weight cannot be both init
i
alized and estimated."
<<
endl
;
exit
(
EXIT_FAILURE
);
}
}
...
...
StaticModel.cc
View file @
ec561138
...
...
@@ -341,7 +341,7 @@ StaticModel::writeModelEquationsOrdered_M(const string &static_basename) const
}
else
{
cerr
<<
"Type mis
s
match for equation "
<<
equation_ID
+
1
<<
"
\n
"
;
cerr
<<
"Type mismatch for equation "
<<
equation_ID
+
1
<<
"
\n
"
;
exit
(
EXIT_FAILURE
);
}
output
<<
";
\n
"
;
...
...
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