cosmotool/src/loadRamses.hpp
Guilhem Lavaux 1fea6371e6 Moved files
2008-12-02 11:01:21 -06:00

14 lines
209 B
C++

#ifndef _LOAD_RAMSES_HPP
#define _LOAD_RAMSES_HPP
#include "load_data.h"
namespace CosmoTool {
GadgetData *loadRamses(const char *name);
PurePositionData *loadRamsesPosition(const char *fname);
};
#endif