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
bd0fd67c
Commit
bd0fd67c
authored
Mar 22, 2005
by
Andreas Pfeiffer
Browse files
added missing declaration for i,j
parent
af03d478
Changes
1
Hide whitespace changes
Inline
Side-by-side
Matrix/test/testBug7328.cc
View file @
bd0fd67c
...
...
@@ -21,6 +21,7 @@
int
test_inversion
(
int
N
)
{
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