Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
7143c942
Commit
7143c942
authored
16 years ago
by
Koen Hillewaert
Browse files
Options
Downloads
Patches
Plain Diff
bug fix for q=3
parent
cb0987e4
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Mesh/HighOrder.cpp
+2
-1
2 additions, 1 deletion
Mesh/HighOrder.cpp
with
2 additions
and
1 deletion
Mesh/HighOrder.cpp
+
2
−
1
View file @
7143c942
...
@@ -628,6 +628,7 @@ void getFaceVertices(GFace *gf, MElement *ele, std::vector<MVertex*> &vf,
...
@@ -628,6 +628,7 @@ void getFaceVertices(GFace *gf, MElement *ele, std::vector<MVertex*> &vf,
void
reorientTrianglePoints
(
std
::
vector
<
MVertex
*>&
vtcs
,
int
orientation
,
bool
swap
)
{
void
reorientTrianglePoints
(
std
::
vector
<
MVertex
*>&
vtcs
,
int
orientation
,
bool
swap
)
{
if
(
vtcs
.
size
()
==
1
)
return
;
size_t
nbPts
=
vtcs
.
size
();
size_t
nbPts
=
vtcs
.
size
();
...
...
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