Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Commit 98d819d

Browse files
committed
enum class -> enum
1 parent b274887 commit 98d819d

25 files changed

+32
-32
lines changed

plot/include/plot/angleSpectrumPlot.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class AngleSpectrumPlot
3434
: public Line2DProperties< AngleSpectrumPlot >
3535
{
3636
public:
37-
enum class Sides
37+
enum Sides
3838
{
3939
Default,
4040
OneSided,

plot/include/plot/annotatePlot.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class AnnotatePlot
3737
{
3838
public:
3939

40-
enum class Type
40+
enum Type
4141
{
4242
FigurePoints,
4343
FigurePixels,

plot/include/plot/arrowPlot.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class ArrowPlot
3535
{
3636
public:
3737

38-
enum class Shape
38+
enum Shape
3939
{
4040
Full,
4141
Left,

plot/include/plot/autoCorrelationPlot.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class AutoCorrelationPlot
3535
{
3636
public:
3737

38-
enum class Detrend
38+
enum Detrend
3939
{
4040
None,
4141
Mean,

plot/include/plot/barPlot.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class BarPlot
3838
{
3939
public:
4040

41-
enum class Orientation
41+
enum Orientation
4242
{
4343
Vertical,
4444
Horizontal

plot/include/plot/boxPlot.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class BoxPlot
3838
{
3939
public:
4040

41-
enum class Orientation
41+
enum Orientation
4242
{
4343
Vertical,
4444
Horizontal

plot/include/plot/clusterMapPlot.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class ClusterMapPlot
3535
{
3636
public:
3737

38-
enum class Linkage
38+
enum Linkage
3939
{
4040
Single,
4141
Complete,

plot/include/plot/countPlot.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class CountPlot
3838
{
3939
public:
4040

41-
enum class Orientation
41+
enum Orientation
4242
{
4343
Vertical,
4444
Horizontal

plot/include/plot/crossCorrelationPlot.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class CrossCorrelationPlot
3535
{
3636
public:
3737

38-
enum class Detrend
38+
enum Detrend
3939
{
4040
None,
4141
Mean,

plot/include/plot/factorBarPlot.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class FactorBarPlot
3838
{
3939
public:
4040

41-
enum class Orientation
41+
enum Orientation
4242
{
4343
Vertical,
4444
Horizontal

0 commit comments

Comments
 (0)