mirror of
https://github.com/AxioDL/amuse.git
synced 2025-07-02 03:13:30 +00:00
Minor code formatting adjustments
This commit is contained in:
parent
89233e98b5
commit
2f4d0e7541
@ -83,7 +83,7 @@ inline T ClampFull(float in)
|
||||
{
|
||||
if (std::is_floating_point<T>())
|
||||
{
|
||||
return std::min<T>(std::max<T>(in, -1.0), 1.0);
|
||||
return std::min<T>(std::max<T>(in, -1.f), 1.f);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user