mirror of https://github.com/AxioDL/amuse.git
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>())
|
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
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue