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
Todd Kordenbrock
VTK-m
Commits
c0bd0a67
Commit
c0bd0a67
authored
Apr 07, 2016
by
Robert Maynard
Browse files
Add missing new lines and #endif comments to vtkm::filter
parent
6989f151
Changes
17
Hide whitespace changes
Inline
Side-by-side
vtkm/filter/CellAverage.h
View file @
c0bd0a67
...
...
@@ -52,4 +52,4 @@ private:
#include
<vtkm/filter/CellAverage.hxx>
#endif // vtk_m_filter_CellAverage_h
\ No newline at end of file
#endif // vtk_m_filter_CellAverage_h
vtkm/filter/CellFilter.h
View file @
c0bd0a67
...
...
@@ -51,4 +51,4 @@ protected:
#include
<vtkm/filter/CellFilter.hxx>
#endif // vtk_m_filter_CellFilter_h
\ No newline at end of file
#endif // vtk_m_filter_CellFilter_h
vtkm/filter/CellFilter.hxx
View file @
c0bd0a67
...
...
@@ -33,4 +33,4 @@ CellFilter<Derived>::CellFilter():
}
}
\ No newline at end of file
}
vtkm/filter/DataSetFilter.h
View file @
c0bd0a67
...
...
@@ -124,4 +124,4 @@ private:
#include
<vtkm/filter/DataSetFilter.hxx>
#endif // vtk_m_filter_DataSetFilter_h
\ No newline at end of file
#endif // vtk_m_filter_DataSetFilter_h
vtkm/filter/DataSetWithFieldFilter.h
View file @
c0bd0a67
...
...
@@ -126,4 +126,4 @@ private:
#include
<vtkm/filter/DataSetWithFieldFilter.hxx>
#endif // vtk_m_filter_DataSetFilter_h
\ No newline at end of file
#endif // vtk_m_filter_DataSetWithFieldFilter_h
vtkm/filter/DefaultPolicy.h
View file @
c0bd0a67
...
...
@@ -45,4 +45,4 @@ public:
}
#endif
\ No newline at end of file
#endif //vtk_m_filter_DefaultPolicy_h
vtkm/filter/ExternalFaces.h
View file @
c0bd0a67
...
...
@@ -56,4 +56,4 @@ public:
#include
<vtkm/filter/ExternalFaces.hxx>
#endif // vtk_m_filter_Threshold_h
\ No newline at end of file
#endif // vtk_m_filter_ExternalFaces_h
vtkm/filter/FieldFilter.h
View file @
c0bd0a67
...
...
@@ -127,4 +127,4 @@ private:
#include
<vtkm/filter/FieldFilter.hxx>
#endif // vtk_m_filter_FieldFilter_h
\ No newline at end of file
#endif // vtk_m_filter_FieldFilter_h
vtkm/filter/FieldMetadata.h
View file @
c0bd0a67
...
...
@@ -98,4 +98,4 @@ private:
}
#endif
#endif
//vtk_m_filter_FieldMetadata_h
vtkm/filter/FieldTypes.h
View file @
c0bd0a67
...
...
@@ -85,4 +85,4 @@ private:
}
#endif
\ No newline at end of file
#endif //vtk_m_filter_FieldMetadata_h
vtkm/filter/FilterTraits.h
View file @
c0bd0a67
...
...
@@ -37,4 +37,4 @@ public:
}
}
#endif
#endif
//vtk_m_filter_FilterTraits_h
vtkm/filter/MarchingCubes.h
View file @
c0bd0a67
...
...
@@ -108,4 +108,4 @@ public:
#include
<vtkm/filter/MarchingCubes.hxx>
#endif // vtk_m_filter_MarchingCubes_h
\ No newline at end of file
#endif // vtk_m_filter_MarchingCubes_h
vtkm/filter/PointElevation.h
View file @
c0bd0a67
...
...
@@ -71,4 +71,4 @@ public:
#include
<vtkm/filter/PointElevation.hxx>
#endif // vtk_m_filter_PointElevation_h
\ No newline at end of file
#endif // vtk_m_filter_PointElevation_h
vtkm/filter/PolicyBase.h
View file @
c0bd0a67
...
...
@@ -119,4 +119,4 @@ ApplyPolicy(const vtkm::cont::DynamicCellSet& cellset,
}
}
#endif
#endif
//vtk_m_filter_PolicyBase_h
vtkm/filter/Threshold.h
View file @
c0bd0a67
...
...
@@ -74,4 +74,4 @@ private:
#include
<vtkm/filter/Threshold.hxx>
#endif // vtk_m_filter_Threshold_h
\ No newline at end of file
#endif // vtk_m_filter_Threshold_h
vtkm/filter/VertexClustering.h
View file @
c0bd0a67
...
...
@@ -65,4 +65,4 @@ private:
#include
<vtkm/filter/VertexClustering.hxx>
#endif // vtk_m_filter_Threshold_h
\ No newline at end of file
#endif // vtk_m_filter_VertexClustering_h
vtkm/filter/internal/ResolveFieldTypeAndMap.h
View file @
c0bd0a67
...
...
@@ -226,4 +226,4 @@ namespace
}
}
// namespace vtkm::filter::internal
#endif //vtk_m_filter_internal_ResolveFieldTypeAnd
Execute
_h
#endif //vtk_m_filter_internal_ResolveFieldTypeAnd
Map
_h
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