Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sbalzarini Lab
S
Software
P
Parallel Computing
OpenFPM
openfpm_pdata
Commits
0098d384
Commit
0098d384
authored
Mar 25, 2016
by
Pietro Incardona
Browse files
Eliminating wrong check
parent
cf977b4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Decomposition/ie_loc_ghost.hpp
View file @
0098d384
...
...
@@ -533,23 +533,6 @@ public:
}
}
if
(
n_sub
>
1
)
{
for
(
size_t
i
=
0
;
i
<
loc_ghost_box
.
size
()
;
i
++
)
{
if
(
loc_ghost_box
.
get
(
i
).
ibx
.
size
()
==
0
)
{
std
::
cout
<<
"Zero ibx"
<<
"
\n
"
;
return
false
;
}
if
(
loc_ghost_box
.
get
(
i
).
ebx
.
size
()
==
0
)
{
std
::
cout
<<
"Zero ebx"
<<
"
\n
"
;
return
false
;
}
}
}
return
true
;
}
...
...
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