Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

stardyn_util.h

00001 /*
00002  *    stardyn_util.h: transformation function from stellar evolution
00003  *                   package to dynamical package.
00004  *
00005  *.....................................................................
00006  *    version 1:  Aug 1996   Simon F. Portegies Zwart
00007  *    version 2:
00008  *...................................................................
00009  *     This file includes:
00010  *  1) Transformation routines from stellar evolution to n-body dynamcs.
00011  *
00012  *....................................................................
00013  */
00014 
00015 #ifndef     _STARDYN_UTIL
00016 #   define  _STARDYN_UTIL
00017 
00018 #include  "starbase.h"
00019 #include  "dyn.h"
00020 
00021 #include "stdinc.h"
00022 #include "constants.h"
00023 
00024 #include "single_star.h"
00025 
00026 //-----------------------------------------------------------------------------
00027 //  stardyn_util  --  
00028 //-----------------------------------------------------------------------------
00029 
00030 // Copied from dyn.h...
00031 
00032 void  compute_radii_percentiles(dyn *, bool);
00033 void  compute_radii_quartiles(dyn *, bool);
00034 
00035 #endif          // _STARDYN_UTIL
00036 
00037 
00038 
00039 
00040 

Generated on Wed Jul 20 12:43:37 2005 for Starlab by  doxygen 1.4.3