#include "double_star.h"
#include "util_io.h"
#include "dstar_to_dyn.h"
#include "kepler.h"
Go to the source code of this file.
Defines | |
#define | REPORT_ADD_DOUBLE false |
#define | REPORT_DEL_DOUBLE false |
#define | REPORT_EVOLVE_DOUBLE false |
Functions | |
local void | randomize_created_binary (dyn *the_binary_node) |
void | update_dyn_from_binary_evolution (dyn *the_binary_node, dyn *d1, real dm1_fast, real dm2_fast) |
local void | do_the_adding (hdyn *bi, real stellar_time, binary_type type, real sma, real ecc) |
void | adddouble (hdyn *b, real dyn_time, binary_type type, bool random_initialization, real a_min, real a_max, real e_min, real e_max) |
|
Definition at line 56 of file adddouble.C. |
|
Definition at line 57 of file adddouble.C. |
|
Definition at line 58 of file adddouble.C. |
|
Definition at line 227 of file adddouble.C. Referenced by create_or_delete_binary(), and main(). |
|
Definition at line 145 of file adddouble.C. Referenced by adddouble(). |
|
Definition at line 62 of file adddouble.C. Referenced by adddouble(). |
|
Definition at line 97 of file adddouble.C. Referenced by adddouble(), and evolve_stars(). |