]> git.donarmstrong.com Git - lilypond.git/blob - flower/interval.cc
release: 0.1.8
[lilypond.git] / flower / interval.cc
1 /*
2   interval.cc -- instantiate Interval_t<Real>
3
4   source file of the Flower Library
5
6   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
8
9 #include "interval.hh"
10 #include "real.hh"
11 #include "interval.tcc"
12
13 template INTERVAL__INSTANTIATE(Real);
14
15 Real
16 Interval_t<Real>::infinity() 
17 {
18     return HUGE_VAL;
19 }