#ifndef SPROUT_COMPOST_ANALYSES_PHASE_SPECTRUM_HPP #define SPROUT_COMPOST_ANALYSES_PHASE_SPECTRUM_HPP #include #include namespace sprout { namespace compost { namespace analyses { // // phase_spectrum // using sprout::adaptors::phase_spectrum; } // namespace analyses using sprout::compost::analyses::phase_spectrum; } // namespace compost } // namespace sprout #endif // #ifndef SPROUT_COMPOST_ANALYSES_PHASE_SPECTRUM_HPP