Program Listing for File MakeStar.h

Return to documentation for file (/home/kpenev/projects/git/poet/poet_src/unit_tests/shared/MakeStar.h)

#ifndef __MAKE_STAR_H
#define __MAKE_STAR_H

#include "../../Star/EvolvingStar.h"

Star::InterpolatedEvolutionStar *make_const_lag_star(
    const StellarEvolution::Interpolator &evolution,
    double wind_strength,
    double wind_sat_freq,
    double coupling_timescale,
    double phase_lag = 0
);

#endif