FS#328 Use math functions from std:: and allow ADL
Metadata
Property | Value |
---|---|
Project | dumux |
Category | General |
Reported by | Christoph Grüninger (gruenich@iws.uni-stuttgart.de) |
Reported at | Sep 9, 2016 11:46 |
Type | DuMuX day |
Version | 2.9 |
Description
We use std::pow and pow for the power function. It is adviced to use using namespace std; and then just pow.
We should discuss an according change of all used math functions.
This task arose from a discussion in !192 (merged)