Skip to content

[compositionalfluidstate] Use std::array

Kilian Weishaupt requested to merge feature/use-std-array into master
  • replace c-style arrays with std::array
  • removes false positive gcc warning about index being out of bounds

Merge request reports