Merged SDF and KDtree bits from private repo

This commit is contained in:
Guilhem Lavaux 2014-06-04 17:39:18 +02:00
parent 60f283c958
commit 162d7bd09b
135 changed files with 110 additions and 28632 deletions

View file

@ -27,12 +27,14 @@
#include <CosmoTool/loadRamses.hpp>
#include <CosmoTool/fortran.hpp>
#include "simulation_loader.hpp"
#include <libsdf/cosmo.h>
using boost::format;
using namespace std;
using namespace CosmoTool;
static const double one_kpc = 3.08567802e16; /* km */
static const double one_Gyr = 3.1558149984e16; /* sec */
class MultiDarkLoader: public SimulationLoader
{
protected: