cosmotool/loadRamses.hpp
2008-12-02 11:00:28 -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