AMReX-Codes / amrex

AMReX: Software Framework for Block Structured AMR
https://amrex-codes.github.io/amrex
Other
554 stars 353 forks source link

ParmParse::queryAsDouble: Fix bug in #4152 & #4149 #4154

Closed WeiqunZhang closed 2 months ago

WeiqunZhang commented 2 months ago

std::round should only be used when the value type is an integer, not a floating point number.