Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Arepo
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
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
Volker Springel
Arepo
Commits
83d69b52
Commit
83d69b52
authored
3 years ago
by
Rainer Weinberger
Browse files
Options
Downloads
Patches
Plain Diff
bugfix; Orient3d_Exact in voronoi.h
parent
c4d08974
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
src/mesh/voronoi/voronoi.h
+1
-0
1 addition, 0 deletions
src/mesh/voronoi/voronoi.h
with
1 addition
and
0 deletions
src/mesh/voronoi/voronoi.h
+
1
−
0
View file @
83d69b52
...
...
@@ -368,6 +368,7 @@ int InSphere_Quick(point *p0, point *p1, point *p2, point *p3, point *p);
int
InSphere_Errorbound
(
point
*
p0
,
point
*
p1
,
point
*
p2
,
point
*
p3
,
point
*
p
);
int
Orient3d_Quick
(
point
*
p0
,
point
*
p1
,
point
*
p2
,
point
*
p3
);
int
Orient3d
(
point
*
p0
,
point
*
p1
,
point
*
p2
,
point
*
p3
);
int
Orient3d_Exact
(
point
*
p0
,
point
*
p1
,
point
*
p2
,
point
*
p3
);
int
count_undecided_tetras
(
tessellation
*
T
);
int
ngb_treefind_ghost_search
(
tessellation
*
T
,
MyDouble
searchcenter
[
3
],
MyDouble
refpos
[
3
],
MyFloat
hsml
,
MyFloat
maxdist
,
int
target
,
int
origin
,
int
mode
,
int
thread_id
,
int
numnodes
,
int
*
firstnode
);
...
...
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