cosmotool/src/loadRamses.hpp

14 lines
221 B
C++
Raw Normal View History

2008-12-02 18:00:28 +01:00
#ifndef _LOAD_RAMSES_HPP
#define _LOAD_RAMSES_HPP
#include "load_data.hpp"
2008-12-02 18:00:28 +01:00
namespace CosmoTool {
GadgetData *loadRamses(const char *name);
PurePositionData *loadRamsesPosition(const char *fname, int id);
2008-12-02 18:00:28 +01:00
};
#endif