X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=flower%2Finclude%2Freal.hh;h=f7847ae7ac36b68244c18a6c66b3c54154379edf;hb=bb8a0a5387af94dd2702877256334b160575a730;hp=4f5c8bb791338cfce5aca7db9ae6945d536e1f22;hpb=a6bd229f7fe1dc4a03478e14ccc0c0c66b225061;p=lilypond.git diff --git a/flower/include/real.hh b/flower/include/real.hh index 4f5c8bb791..f7847ae7ac 100644 --- a/flower/include/real.hh +++ b/flower/include/real.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1997--2010 Han-Wen Nienhuys + Copyright (C) 1997--2011 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -29,7 +29,7 @@ typedef double Real; extern const Real infinity_f; /* namespace std { */ - + template inline T abs (T x) { return x > 0 ? x : -x;