Skip to content
GitLab
Menu
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
6a8ac70f
Commit
6a8ac70f
authored
Jun 10, 2010
by
Sébastien Villemot
Browse files
Preprocessor: cosmetic changes
parent
f48eb94f
Changes
1
Hide whitespace changes
Inline
Side-by-side
preprocessor/SigmaeInitialization.cc
View file @
6a8ac70f
...
...
@@ -64,10 +64,9 @@ SigmaeStatement::writeOutput(ostream &output, const string &basename) const
unsigned
int
ic
,
ic1
;
unsigned
int
ir
,
ir1
;
output
<<
"M_.Sigma_e = [...
\n
"
;
output
<<
"M_.Sigma_e = [...
"
<<
endl
;
for
(
ir
=
0
;
ir
<
matrix
.
size
();
ir
++
)
{
output
<<
"
\t
"
;
for
(
ic
=
0
;
ic
<
matrix
.
size
();
ic
++
)
{
if
(
ic
>=
ir
&&
matrix_form
==
eUpper
)
...
...
@@ -94,7 +93,7 @@ SigmaeStatement::writeOutput(ostream &output, const string &basename) const
matrix
[
ir1
][
ic1
]
->
writeOutput
(
output
);
output
<<
" "
;
}
output
<<
";...
\n
"
;
output
<<
";...
"
<<
endl
;
}
output
<<
"
\t
];...
\n
"
;
output
<<
"
];"
<<
endl
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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