#include "stdinc.h"
#include "node.h"
#include "double_star.h"
#include "main_sequence.h"
Go to the source code of this file.
Data Structures | |
class | SeBa_hist |
Defines | |
#define | for_all_SeBa_hist(SeBa_hist, base, SeBa_hist_next) |
Enumerations | |
enum | binary_parameter { identity = 0, bin_type, current_time, primary_mass, primary_radius, secondary_mass, secondary_radius, semi_major_axis, eccentricity } |
Functions | |
ostream& | operator<< (ostream &s, SeBa_hist &hi) |
|
Value: for (SeBa_hist* SeBa_hist_next = base; \ SeBa_hist_next != NULL; \ SeBa_hist_next = SeBa_hist_next->get_future()) Definition at line 140 of file rdc_SeBa.C. Referenced by MAX_NSCENARIOS(), and put_state(). |
|
Definition at line 25 of file rdc_SeBa.C. |
|
Definition at line 145 of file rdc_SeBa.C. |