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
Dynare
preprocessor
Commits
c6ad212c
Commit
c6ad212c
authored
4 years ago
by
Sébastien Villemot
Browse files
Options
Downloads
Plain Diff
Merge branch 'typo' into 'master'
Fix typo See merge request
!26
parents
09054e11
d714cac8
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!26
Fix typo
Pipeline
#4103
failed
4 years ago
Stage: build
Stage: prepare
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/EquationTags.hh
+1
-1
1 addition, 1 deletion
src/EquationTags.hh
with
1 addition
and
1 deletion
src/EquationTags.hh
+
1
−
1
View file @
c6ad212c
...
@@ -31,7 +31,7 @@ class EquationTags
...
@@ -31,7 +31,7 @@ class EquationTags
private:
private:
map
<
int
,
map
<
string
,
string
>>
eqn_tags
;
map
<
int
,
map
<
string
,
string
>>
eqn_tags
;
public:
public:
// Add multiple equat
o
in tags for the given equation
// Add multiple equati
o
n tags for the given equation
inline
void
add
(
int
eqn
,
map
<
string
,
string
>
tags
)
inline
void
add
(
int
eqn
,
map
<
string
,
string
>
tags
)
{
{
if
(
eqn_tags
.
find
(
eqn
)
==
eqn_tags
.
end
())
if
(
eqn_tags
.
find
(
eqn
)
==
eqn_tags
.
end
())
...
...
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