TGSAI / mdio-cpp

C++, Cloud native, scalable storage engine for various types of energy data.
Apache License 2.0
6 stars 3 forks source link

Provide a shape convince function for Variable #89

Closed BrianMichell closed 3 months ago

BrianMichell commented 3 months ago
inclusive_min =
        variableObject.get_store().domain()[0].interval().inclusive_min();
exclusive_max =
        variableObject.get_store().domain()[0].interval().exclusive_max();

This portion of the example is not very nice. We can provide a function to make this nicer to work with.