Skip to content

make max and min work with user-defined casts

Praetorius, Simon requested to merge issue/math_max_min into master

corrects a problem with max(double, FieldVector<double,1>) and max(double, FieldMatrix<double,1,1>).

Merge request reports