Mercurial > mm7
diff OurMath.h @ 2314:8e9be4fa33a8
for Bloodsplat
author | Ritor1 |
---|---|
date | Tue, 18 Mar 2014 23:50:35 +0600 |
parents | 7a9477135943 |
children | dc822157c98d |
line wrap: on
line diff
--- a/OurMath.h Tue Mar 18 17:34:33 2014 +0600 +++ b/OurMath.h Tue Mar 18 23:50:35 2014 +0600 @@ -32,9 +32,8 @@ int fixpoint_from_int(int lhv, int rhv); template <typename FloatType> -inline int bankersRounding( - const FloatType& value - ) { +inline int bankersRounding(const FloatType& value) +{ assert("Method unsupported for this type" && false); return value; }