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
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
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
Mojtaba Abdolkhani
ogs
Commits
c49c2be4
Commit
c49c2be4
authored
8 years ago
by
Dmitri Naumov
Browse files
Options
Downloads
Patches
Plain Diff
[PL] Comment unused function arguments.
parent
8d0a858c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ProcessLib/CalculateSurfaceFlux/MapBulkElementPoint.cpp
+6
-6
6 additions, 6 deletions
ProcessLib/CalculateSurfaceFlux/MapBulkElementPoint.cpp
with
6 additions
and
6 deletions
ProcessLib/CalculateSurfaceFlux/MapBulkElementPoint.cpp
+
6
−
6
View file @
c49c2be4
...
...
@@ -13,7 +13,7 @@
namespace
ProcessLib
{
MathLib
::
Point3d
getBulkElementPoint
(
MeshLib
::
Quad
const
&
quad
,
MathLib
::
Point3d
getBulkElementPoint
(
MeshLib
::
Quad
const
&
/*
quad
*/
,
std
::
size_t
const
face_id
,
MathLib
::
WeightedPoint1D
const
&
wp
)
{
...
...
@@ -31,7 +31,7 @@ MathLib::Point3d getBulkElementPoint(MeshLib::Quad const& quad,
}
}
MathLib
::
Point3d
getBulkElementPoint
(
MeshLib
::
Hex
const
&
hex
,
MathLib
::
Point3d
getBulkElementPoint
(
MeshLib
::
Hex
const
&
/*
hex
*/
,
std
::
size_t
const
face_id
,
MathLib
::
WeightedPoint2D
const
&
wp
)
{
...
...
@@ -89,10 +89,10 @@ MathLib::Point3d getBulkElementPoint(MeshLib::Mesh const& mesh,
}
// TODO disable the 3d elements in the local assembler creator
MathLib
::
Point3d
getBulkElementPoint
(
MeshLib
::
Mesh
const
&
mesh
,
std
::
size_t
bulk_element_id
,
std
::
size_t
bulk_face_id
,
MathLib
::
WeightedPoint3D
const
&
wp
)
MathLib
::
Point3d
getBulkElementPoint
(
MeshLib
::
Mesh
const
&
/*
mesh
*/
,
std
::
size_t
/*
bulk_element_id
*/
,
std
::
size_t
/*
bulk_face_id
*/
,
MathLib
::
WeightedPoint3D
const
&
/*wp*/
)
{
return
MathLib
::
ORIGIN
;
}
...
...
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