OpenFOAM定义了新的sqrt,当引入新的Library时,必须显式地使用std::sqrt(),否则会报如下错误:

error: call of overloaded ‘sqrt(double&)’ is ambiguous

相关文章: