Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
preprocessor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dynare
preprocessor
Commits
18328210
Commit
18328210
authored
May 19, 2016
by
Houtan Bastani
Browse files
Options
Downloads
Patches
Plain Diff
preprocessor: simplify a5590f79176315f7b214d6deeb865956683f4230
parent
6bb02e0b
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
DynareMain.cc
+1
-1
1 addition, 1 deletion
DynareMain.cc
with
1 addition
and
1 deletion
DynareMain.cc
+
1
−
1
View file @
18328210
...
@@ -129,7 +129,7 @@ main(int argc, char **argv)
...
@@ -129,7 +129,7 @@ main(int argc, char **argv)
cerr
<<
"Incorrect syntax for params_derivs_order option"
<<
endl
;
cerr
<<
"Incorrect syntax for params_derivs_order option"
<<
endl
;
usage
();
usage
();
}
}
params_derivs_order
=
atoi
(
string
(
argv
[
arg
]
+
20
)
.
c_str
())
;
params_derivs_order
=
atoi
(
argv
[
arg
]
+
20
);
}
}
else
if
(
!
strcmp
(
argv
[
arg
],
"onlyclearglobals"
))
else
if
(
!
strcmp
(
argv
[
arg
],
"onlyclearglobals"
))
{
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment