Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
e5e03c52
Commit
e5e03c52
authored
Jan 29, 2013
by
Sebastian Eichelbaum
Browse files
[CHANGE] limiting the number of samples is senseless. Removed upper limit. Kept lower limit.
parent
b1a38567
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/modules/fiberResampling/WMFiberResampling.cpp
src/modules/fiberResampling/WMFiberResampling.cpp
+0
-1
No files found.
src/modules/fiberResampling/WMFiberResampling.cpp
View file @
e5e03c52
...
...
@@ -91,7 +91,6 @@ void WMFiberResampling::properties()
{
m_newSamples
=
m_properties
->
addProperty
(
"#Sample Points"
,
"The is the new number of which the tracts are resampled to"
,
20
);
m_newSamples
->
setMin
(
2
);
m_newSamples
->
setMax
(
200
);
WModule
::
properties
();
}
...
...
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