Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Plugin-Remesher
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenFlipper-Free
Plugin-Remesher
Commits
75dcbe76
Commit
75dcbe76
authored
Feb 06, 2017
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More cppcheck warnings
parent
efdd4bc4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Algorithms/DiffGeoT.hh
Algorithms/DiffGeoT.hh
+1
-1
RemesherToolbox.hh
RemesherToolbox.hh
+1
-1
No files found.
Algorithms/DiffGeoT.hh
View file @
75dcbe76
...
...
@@ -79,7 +79,7 @@ public:
typedef
typename
Mesh
::
VertexHandle
VertexHandle
;
DiffGeoT
(
Mesh
&
_mesh
);
explicit
DiffGeoT
(
Mesh
&
_mesh
);
~
DiffGeoT
();
...
...
RemesherToolbox.hh
View file @
75dcbe76
...
...
@@ -66,7 +66,7 @@ class RemesherToolBox : public QWidget, public Ui::RemesherTool
void
showing
();
public:
RemesherToolBox
(
QWidget
*
parent
=
0
);
explicit
RemesherToolBox
(
QWidget
*
parent
=
0
);
protected:
void
showEvent
(
QShowEvent
*
_event
);
...
...
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