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
GILLES Sebastien
MoReFEM
Commits
661ef708
Commit
661ef708
authored
Oct 21, 2019
by
GILLES Sebastien
Browse files
#859 Fix the other bug (wrongly, but I can understand here) identified by Sonarqube.
parent
d3e623f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Sources/Geometry/Interfaces/LocalInterface/LocalInterface.cpp
View file @
661ef708
...
...
@@ -32,10 +32,9 @@ namespace MoReFEM
[[
noreturn
]]
LocalInterface
::
LocalInterface
(
std
::
false_type
,
InterfaceNS
::
Nature
nature
,
IsInterior
interior
)
:
is_interior_
(
interior
)
:
nature_
(
nature
),
is_interior_
(
interior
)
{
static_cast
<
void
>
(
nature
);
static_cast
<
void
>
(
interior
);
assert
(
false
&&
"Here only for compile requirements; should never be actually called!"
);
exit
(
EXIT_FAILURE
);
}
...
...
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