lilypond-0.1.57
[lilypond.git] / flower / interval.cc
blobd4ca0f40f470117ffcf12b847b734a84bffd1516
1 /*
2 interval.cc -- instantiate Interval_t<Real>
4 source file of the Flower Library
6 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
10 #include "interval.hh"
11 #include "real.hh"
12 #include "interval.tcc"
15 template INTERVAL__INSTANTIATE(Real);
19 Real
20 Interval_t<Real>::infinity()
22 return HUGE_VAL;
25 String
26 Interval_t<Real>::T_to_str (Real r)
28 return String (r);