-
- Downloads
Add constructor from std::initializer_list
With this, you can now write Dune::Solvers::Interval<double> foo = {-1,1}; The patch also adds the default constructor, which is not automatically created anymore.
Please register or sign in to comment