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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dóra Kocsis
preprocessor
Commits
e3a3979e
Verified
Commit
e3a3979e
authored
5 years ago
by
Houtan Bastani
Browse files
Options
Downloads
Patches
Plain Diff
remove unnecessary line included in
0ff7a9d2
parent
8be9efa4
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/ModelTree.hh
+0
-2
0 additions, 2 deletions
src/ModelTree.hh
with
0 additions
and
2 deletions
src/ModelTree.hh
+
0
−
2
View file @
e3a3979e
...
...
@@ -350,8 +350,6 @@ public:
void
addEquation
(
expr_t
eq
,
int
lineno
);
//! Declare a node as an equation of the model, also giving its tags
void
addEquation
(
expr_t
eq
,
int
lineno
,
const
vector
<
pair
<
string
,
string
>>
&
eq_tags
);
//! Add equation tags to equation tag table
void
addEquationTagsToTable
(
const
vector
<
pair
<
string
,
string
>>
&
eq_tags
);
//! Declare a node as an auxiliary equation of the model, adding it at the end of the list of auxiliary equations
void
addAuxEquation
(
expr_t
eq
);
//! Returns the number of equations in the model
...
...
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