#include "hdyn.h"
#include "single_star.h"
#include "main_sequence.h"
#include "double_star.h"
#include "sstar_to_dyn.h"
#include "dstar_to_dyn.h"
Go to the source code of this file.
Functions | |
void | add_secondary (dyn *original, real mass_ratio) |
void | mksecondary (dyn *b, real binary_fraction, real lower_limit) |
local void | evolve_binary (dyn *the_binary, real end_time) |
local bool | evolve_the_stellar_system (dyn *b, real time) |
void | make_new_kepler_to_dyn (dyn *b, real m_total, real sma, real ecc, int planar=0) |
void | main (int argc, char **argv) |
|
|
|
Definition at line 74 of file dbinev.C. Referenced by main(). |
|
|
|
|
|
|
|
|