Mentions légales du service

Skip to content

Fixed qMin type error for ARM

SHERMAN David requested to merge github/fork/damieng002/stdmin into master

Created by: damieng002

Replace qMin by std::min to work on ARM (on ARM qReal is float and not double) This change should be compatible with all CPU architectures

Merge request reports