]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/real.hh
release: 1.0.1
[lilypond.git] / flower / include / real.hh
index 5b5bc26f7a13460174a9eaf54e6142b69cf0a53d..50459fb57fe1e4818de4534b3015f61264041467 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the Flower Library
 
-  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
@@ -17,7 +17,6 @@
 typedef double Real;
 const Real infinity_f = HUGE_VAL;
 
-
 template<class T> inline T abs (T x)
 {
   return x > 0 ? x : -x;