Skip to content
Snippets Groups Projects
Commit c6888ea1 authored by Sean McBride's avatar Sean McBride Committed by Code Review
Browse files

Merge topic 'C++11-warnings' into master

1edea1c9 Removed C++11 extensions warned about by clang
parents e420ff34 1edea1c9
Branches
Tags
No related merge requests found
......@@ -61,7 +61,7 @@ public:
enum QuantileDefinitionType {
InverseCDF = 0, // Identical to method 1 of R
InverseCDFAveragedSteps = 1, // Identical to method 2 of R, ignored for non-numeric types
NearestObservation = 2, // Identical to method 3 of R
NearestObservation = 2 // Identical to method 3 of R
};
//ETX
......
......@@ -73,7 +73,7 @@ class VTKFILTERSVERDICT_EXPORT vtkCellQuality : public vtkDataSetAlgorithm
STRETCH,
TAPER,
VOLUME,
WARPAGE,
WARPAGE
};
//ETX
......
......@@ -47,7 +47,7 @@ public:
enum {
Linear = 0,
Log = 1,
Sqrt = 2,
Sqrt = 2
};
// Description:
......
......@@ -44,7 +44,7 @@ public:
//BTX
enum {
POLYGON = 0,
SPLINE = 1,
SPLINE = 1
};
//ETX
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment