Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CLHEP
CLHEP
Commits
f958d737
Commit
f958d737
authored
Mar 23, 2005
by
Mark Fishcler
Browse files
Fix duplicate declaration of loop indices
parent
dba1c4d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Matrix/test/testBug7328.cc
View file @
f958d737
...
...
@@ -22,7 +22,6 @@ int test_inversion (int N) {
int
i
,
j
;
HepSymMatrix
S
(
N
,
0
);
int
i
,
j
;
for
(
i
=
1
;
i
<=
N
;
++
i
)
{
for
(
j
=
1
;
j
<=
N
;
++
j
)
{
if
(
i
<=
j
)
{
...
...
Write
Preview
Supports
Markdown
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