Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Romain De Laage De Bellefaye
LO21-projet
Commits
8a343cb2
Commit
8a343cb2
authored
Jun 05, 2021
by
Luning Yang
Browse files
Update voisinage.cpp
parent
46447601
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/voisinage.cpp
View file @
8a343cb2
...
...
@@ -50,7 +50,7 @@ void RegleVoisinage::calculVoisinage(Voisinage& v, const Reseau& r) {
if
(
i
<
r
.
getHauteur
()
&&
j
<
r
.
getLargeur
())
v
.
voisinage
[
k
]
=
&
r
.
getReseau
()[
i
][
j
];
}
}
void
RegleVoisinageNeumann
::
calculVoisinage
(
Voisinage
&
v
,
const
Reseau
&
r
,
const
unsigned
int
rayon
)
{
v
.
voisinage
=
std
::
vector
<
Cellule
*>
();
...
...
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