#ifndef MISC_HH #define MISC_HH #include "real.hh" int intlog2(int d); Real duration_to_idealspace(Real d,Real w); #endif