cosmotool/src/loadGadget.hpp

16 lines
303 B
C++
Raw Normal View History

2010-04-23 09:29:10 +02:00
#ifndef __COSMO_LOAD_GADGET_HPP
#define __COSMO_LOAD_GADGET_HPP
#include "load_data.hpp"
#include "loadSimu.hpp"
2010-04-23 09:29:10 +02:00
namespace CosmoTool {
PurePositionData *loadGadgetPosition(const char *fname);
SimuData *loadGadgetMulti(const char *fname, int id, int flags, int GadgetFormat = 1);
2010-04-23 09:29:10 +02:00
};
#endif