mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-10 14:07:48 +00:00
New code style refactor
This commit is contained in:
@@ -10,11 +10,9 @@
|
||||
#undef log2
|
||||
#undef fabs
|
||||
|
||||
namespace std
|
||||
{
|
||||
using ::exp2;
|
||||
using ::log2;
|
||||
using ::fabs;
|
||||
}
|
||||
namespace std {
|
||||
using ::exp2;
|
||||
using ::fabs;
|
||||
using ::log2;
|
||||
} // namespace std
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user