sfof
|
#include <math.h>
#include <string>
#include "astro.hpp"
#include "cosmo.hpp"
#include "exceptions.hpp"
Go to the source code of this file.
Classes | |
class | UnionFind |
class | Galaxy |
Class for storing galaxy properties. More... | |
Functions | |
bool | operator== (const Galaxy &gal1, const Galaxy &gal2) |
Bool == operator for Galaxy class. More... | |
bool | operator< (const Galaxy &gal1, const Galaxy &gal2) |
Bool < operator for Galaxy class. More... | |