Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
ogs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dmitri Naumov
ogs
Commits
50e2ed25
Commit
50e2ed25
authored
6 years ago
by
Tom Fischer
Browse files
Options
Downloads
Patches
Plain Diff
[A/FileIO/Gmsh] GMSHLineLoop: Rm unused function.
parent
454b3143
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Applications/FileIO/Gmsh/GMSHLineLoop.cpp
+0
-5
0 additions, 5 deletions
Applications/FileIO/Gmsh/GMSHLineLoop.cpp
Applications/FileIO/Gmsh/GMSHLineLoop.h
+0
-1
0 additions, 1 deletion
Applications/FileIO/Gmsh/GMSHLineLoop.h
with
0 additions
and
6 deletions
Applications/FileIO/Gmsh/GMSHLineLoop.cpp
+
0
−
5
View file @
50e2ed25
...
@@ -30,11 +30,6 @@ GMSHLineLoop::~GMSHLineLoop()
...
@@ -30,11 +30,6 @@ GMSHLineLoop::~GMSHLineLoop()
}
}
}
}
void
GMSHLineLoop
::
addLine
(
GMSHLine
*
line
)
{
_lines
.
push_back
(
line
);
}
void
GMSHLineLoop
::
write
(
std
::
ostream
&
os
,
std
::
size_t
line_offset
,
std
::
size_t
sfc_offset
)
const
void
GMSHLineLoop
::
write
(
std
::
ostream
&
os
,
std
::
size_t
line_offset
,
std
::
size_t
sfc_offset
)
const
{
{
const
std
::
size_t
n_lines
(
_lines
.
size
());
const
std
::
size_t
n_lines
(
_lines
.
size
());
...
...
This diff is collapsed.
Click to expand it.
Applications/FileIO/Gmsh/GMSHLineLoop.h
+
0
−
1
View file @
50e2ed25
...
@@ -24,7 +24,6 @@ class GMSHLineLoop {
...
@@ -24,7 +24,6 @@ class GMSHLineLoop {
public:
public:
GMSHLineLoop
(
bool
is_sfc
=
false
);
GMSHLineLoop
(
bool
is_sfc
=
false
);
virtual
~
GMSHLineLoop
();
virtual
~
GMSHLineLoop
();
void
addLine
(
GMSHLine
*
line
);
bool
isSurface
()
const
{
return
_is_sfc
;
}
bool
isSurface
()
const
{
return
_is_sfc
;
}
void
setSurface
(
bool
is_sfc
)
{
_is_sfc
=
is_sfc
;
}
void
setSurface
(
bool
is_sfc
)
{
_is_sfc
=
is_sfc
;
}
void
write
(
std
::
ostream
&
os
,
std
::
size_t
offset
,
std
::
size_t
sfc_offset
=
0
)
const
;
void
write
(
std
::
ostream
&
os
,
std
::
size_t
offset
,
std
::
size_t
sfc_offset
=
0
)
const
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment