USArmy-Corps-of-Engineers-RMC / Numerics

Numerics is a free and open-source library for .NET developed by USACE-RMC, providing a comprehensive set of methods and algorithms for numerical computations and statistical analysis.
Other
21 stars 2 forks source link

USGSTimeSeriesType - Enumeration declared twice #72

Closed sadie-niblett closed 3 months ago

sadie-niblett commented 3 months ago

In TimeSeriesDownload.cs at the very top "public enum USGSTimeSeriesType{ }" is declared and defined. And there is also a whole file USGSTimeSeriesType.cs does the same. I tried commenting out the the method in the TimeSeriesDownload.cs file, but the methods in the same file that use the types couldn't find them anymore. Not sure if we want this repetition or not.

HadenSmith commented 3 months ago

I deleted the old USGSTimeSeriesType.cs in the Main branch. I will make sure to delete it in yours as well.