#ifndef SPROUT_COMPOST_WAVES_SINUSOIDAL_HPP #define SPROUT_COMPOST_WAVES_SINUSOIDAL_HPP #include #include namespace sprout { namespace compost { namespace waves { // // sinusoidal // using sprout::adaptors::sinusoidal; } // namespace waves using sprout::compost::waves::sinusoidal; } // namespace compost } // namespace sprout #endif // #ifndef SPROUT_COMPOST_WAVES_SINUSOIDAL_HPP