X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=flower%2Finclude%2Freal.hh;h=7345079680082673f73bb85760384ea6c3d3adf1;hb=82bc9ad690e201aaa55694f8b92261ae7338f56a;hp=a104454ad54783ea37083fec9390dc00c0ccf1be;hpb=1c846b2c2348b4e0ca4a3c2e8fb267047ba2d203;p=lilypond.git diff --git a/flower/include/real.hh b/flower/include/real.hh index a104454ad5..7345079680 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--2011 Han-Wen Nienhuys + Copyright (C) 1997--2014 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;