Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dynare
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
Stéphane Adjemian
dynare
Commits
f1a5217a
Commit
f1a5217a
authored
Jul 21, 2015
by
Houtan Bastani
Browse files
Options
Downloads
Patches
Plain Diff
preprocessor: remove comments associated with
c604d9da
parent
c604d9da
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
preprocessor/DynamicModel.hh
+0
-1
0 additions, 1 deletion
preprocessor/DynamicModel.hh
preprocessor/ModFile.hh
+0
-1
0 additions, 1 deletion
preprocessor/ModFile.hh
preprocessor/SteadyStateModel.hh
+1
-2
1 addition, 2 deletions
preprocessor/SteadyStateModel.hh
with
1 addition
and
4 deletions
preprocessor/DynamicModel.hh
+
0
−
1
View file @
f1a5217a
...
...
@@ -469,7 +469,6 @@ public:
};
bool
isModelLocalVariableUsed
()
const
;
// in ExternalFiles.cc
//! Writes model initialization and lead/lag incidence matrix to C output
void
writeCOutput
(
ostream
&
output
,
const
string
&
basename
,
bool
block
,
bool
byte_code
,
bool
use_dll
,
int
order
,
bool
estimation_present
)
const
;
//! Writes model initialization and lead/lag incidence matrix to Cpp output
...
...
This diff is collapsed.
Click to expand it.
preprocessor/ModFile.hh
+
0
−
1
View file @
f1a5217a
...
...
@@ -152,7 +152,6 @@ public:
,
bool
cygwin
,
bool
msvc
#endif
)
const
;
// Functions located in ExternalFiles.cc
void
writeExternalFiles
(
const
string
&
basename
,
FileOutputType
output
,
LanguageOutputType
language
)
const
;
void
writeExternalFilesC
(
const
string
&
basename
,
FileOutputType
output
)
const
;
void
writeExternalFilesCC
(
const
string
&
basename
,
FileOutputType
output
)
const
;
...
...
This diff is collapsed.
Click to expand it.
preprocessor/SteadyStateModel.hh
+
1
−
2
View file @
f1a5217a
/*
* Copyright (C) 2010-201
4
Dynare Team
* Copyright (C) 2010-201
5
Dynare Team
*
* This file is part of Dynare.
*
...
...
@@ -49,7 +49,6 @@ public:
\param[in] ramsey_model Is there a Ramsey model in the MOD file? If yes, then use the "ys" in argument of the steady state file as initial values
*/
void
writeSteadyStateFile
(
const
string
&
basename
,
bool
ramsey_model
)
const
;
// in ExternalFiles.cc
void
writeSteadyStateFileC
(
const
string
&
basename
,
bool
ramsey_model
)
const
;
};
...
...
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