Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
MoReFEM
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GILLES Sebastien
MoReFEM
Commits
f1d86c71
Commit
f1d86c71
authored
Oct 21, 2019
by
GILLES Sebastien
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#859 Fix the other bug (wrongly, but I can understand here) identified by Sonarqube.
parent
e84db784
Pipeline
#99693
passed with stages
in 194 minutes and 39 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
Sources/Geometry/Interfaces/LocalInterface/LocalInterface.cpp
...ces/Geometry/Interfaces/LocalInterface/LocalInterface.cpp
+2
-3
No files found.
Sources/Geometry/Interfaces/LocalInterface/LocalInterface.cpp
View file @
f1d86c71
...
...
@@ -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
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