Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dóra Kocsis
dynare
Commits
8c9127ad
Commit
8c9127ad
authored
May 24, 2011
by
MichelJuillard
Browse files
numbering names of Lagrange multipliers from 1 instead of 0: MULT_1, MULT_2,...
parent
075837b2
Changes
1
Show whitespace changes
Inline
Side-by-side
preprocessor/SymbolTable.cc
View file @
8c9127ad
...
...
@@ -377,7 +377,7 @@ SymbolTable::addMultiplierAuxiliaryVar(int index) throw (FrozenException)
{
ostringstream
varname
;
int
symb_id
;
varname
<<
"MULT_"
<<
index
;
varname
<<
"MULT_"
<<
index
+
1
;
try
{
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment