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

dyn_kepler.h

Go to the documentation of this file.
00001 
00002        //=======================================================//    _\|/_
00003       //  __  _____           ___                    ___       //      /|\ ~
00004      //  /      |      ^     |   \  |         ^     |   \     //          _\|/_
00005     //   \__    |     / \    |___/  |        / \    |___/    //            /|\ ~
00006    //       \   |    /___\   |  \   |       /___\   |   \   // _\|/_
00007   //     ___/   |   /     \  |   \  |____  /     \  |___/  //   /|\ ~
00008  //                                                       //            _\|/_
00009 //=======================================================//              /|\ ~
00010 
00012 //
00013 //  version 1:  Nov 1993   Piet Hut & Steve McMillan
00014 //  version 2:
00015 //
00016 //  This file includes:
00017 
00018 #ifndef  STARLAB_DYN_KEPLER_H
00019 #  define  STARLAB_DYN_KEPLER_H
00020 
00021 #include  "kepler.h"
00022 
00024 
00025 void  new_kepler(dyn * cm, real t = 0);
00026 
00028 
00029 void  dyn_to_kepler(dyn * cm, real t = 0);
00030 
00032 
00033 void  new_child_kepler(dyn * cm, real t = 0, real circ_limit = 0);
00034                                                 // Changed by Steve 6/98 to
00035                                                 // allow circular_binary_limit
00036 
00038 
00039 void  dyn_to_child_kepler(dyn * cm, real t = 0);
00040 
00041 #endif

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