#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, mass_ratio } |
Functions | |
SeBa_hist* | get_history (SeBa_hist *hi, istream &is) |
bool | scenarios_identical (SeBa_hist *hi, SeBa_hist *ha) |
void | put_state (SeBa_hist *hi, ostream &s) |
|
Value: for (SeBa_hist* SeBa_hist_next = base; \ SeBa_hist_next != NULL; \ SeBa_hist_next = SeBa_hist_next->get_future()) Definition at line 150 of file SeBa_hist.h. |
|
Definition at line 26 of file SeBa_hist.h. |
|
Definition at line 309 of file SeBa_hist.C. Referenced by MAX_NSCENARIOS(). |
|
|
|
Definition at line 3 of file SeBa_hist.C. Referenced by MAX_NSCENARIOS(). |