Skip to content
GitLab
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
85898053
Commit
85898053
authored
Nov 29, 2017
by
Mathieu Westphal
Browse files
Remove breaks that were genrating warnings
parent
7961011a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Filters/General/vtkTransformFilter.cxx
View file @
85898053
...
...
@@ -374,11 +374,9 @@ vtkDataArray* vtkTransformFilter::CreateNewDataArray()
{
case
vtkAlgorithm
::
DOUBLE_PRECISION
:
return
vtkDoubleArray
::
New
();
break
;
case
vtkAlgorithm
::
SINGLE_PRECISION
:
default:
return
vtkFloatArray
::
New
();
break
;
}
}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment