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
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
Normann Rion
preprocessor
Commits
de695fb4
Commit
de695fb4
authored
10 years ago
by
Houtan Bastani
Browse files
Options
Downloads
Patches
Plain Diff
preprocessor: remove comments associated with c604d9da385a4e28fa049d79db13cf1c749c9d55
parent
db3f2b3c
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
DynamicModel.hh
+0
-1
0 additions, 1 deletion
DynamicModel.hh
ModFile.hh
+0
-1
0 additions, 1 deletion
ModFile.hh
SteadyStateModel.hh
+1
-2
1 addition, 2 deletions
SteadyStateModel.hh
with
1 addition
and
4 deletions
DynamicModel.hh
+
0
−
1
View file @
de695fb4
...
...
@@ -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.
ModFile.hh
+
0
−
1
View file @
de695fb4
...
...
@@ -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.
SteadyStateModel.hh
+
1
−
2
View file @
de695fb4
/*
* 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