Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Christian Butz
VTK
Commits
42f5c460
Commit
42f5c460
authored
Jul 06, 2016
by
Andrew Bauer
Browse files
Fixing vtkParticleTracerBase::SetStartTime() doc
parent
26be68fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Filters/FlowPaths/vtkParticleTracerBase.h
View file @
42f5c460
...
...
@@ -156,10 +156,8 @@ public:
int
GetIntegratorType
();
// Description:
// Setting TerminationTime to a positive value will cause particles
// to terminate when the time is reached. Use a vlue of zero to
// diable termination. The units of time should be consistent with the
// primary time variable.
// Set the time value for particle tracing to begin. The units of time should
// be consistent with the primary time variable.
vtkGetMacro
(
StartTime
,
double
);
void
SetStartTime
(
double
t
);
...
...
Write
Preview
Supports
Markdown
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