zlavere / GroupAWeatherAnalysis

0 stars 0 forks source link

SetHistogramBucketSize(int size) use of switch unnecessary. #16

Open zlavere opened 5 years ago

zlavere commented 5 years ago

Why does SetHistogramBucketSize(int size) need switch case when just assigning the input value to the variable anyway?