Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bev
genbar
Commits
16a0e87b
Commit
16a0e87b
authored
May 17, 2019
by
peguerin
Browse files
original code
parent
af042a1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
matrice.c
View file @
16a0e87b
...
...
@@ -708,12 +708,6 @@ format : I ,J, i1, i2 ,j1,j2, contenu
//=======================================
void
Ecrit_fichier_matrice
(
std
::
ofstream
&
fich
)
{
int
I
;
int
J
;
int
i1
;
int
i2
;
int
j1
;
int
j2
;
fich
<<
I
<<
std
::
endl
<<
J
<<
std
::
endl
<<
i1
<<
std
::
endl
<<
i2
<<
std
::
endl
<<
j1
<<
std
::
endl
<<
j2
<<
std
::
endl
;
for
(
int
j
=
j2
;
j
>=
j1
;
j
--
)
for
(
int
i
=
i1
;
i
<=
i2
;
i
++
)
...
...
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