Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
VTK
VTK
Commits
0351c12f
Commit
0351c12f
authored
Nov 19, 2014
by
Ben Boeckel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vtkParticleTracerBase: remove unused function
Change-Id: I144b96e26ff22e4fab32f26bbfa4c80f72ba77c8
parent
22f9267c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
11 deletions
+0
-11
Filters/FlowPaths/vtkParticleTracerBase.h
Filters/FlowPaths/vtkParticleTracerBase.h
+0
-11
No files found.
Filters/FlowPaths/vtkParticleTracerBase.h
View file @
0351c12f
...
@@ -502,16 +502,5 @@ private:
...
@@ -502,16 +502,5 @@ private:
static
const
double
Epsilon
;
static
const
double
Epsilon
;
};
};
namespace
{
inline
bool
acbwithintol
(
double
d
,
float
f
)
{
double
diff
=
d
-
f
;
if
(
diff
*
diff
<
.000001
)
return
true
;
else
return
false
;
}
}
#endif
#endif
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