]> git.donarmstrong.com Git - lilypond.git/blob - flower/interval.cc
release: 0.1.47
[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
10 #include "interval.hh"
11 #include "real.hh"
12 #include "interval.tcc"
13
14
15 template INTERVAL__INSTANTIATE(Real);
16
17
18
19 Real
20 Interval_t<Real>::infinity() 
21 {
22   return HUGE_VAL;
23 }