cosmotool/src/loadRamses.hpp

14 lines
209 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.h"
namespace CosmoTool {
GadgetData *loadRamses(const char *name);
PurePositionData *loadRamsesPosition(const char *fname);
};
#endif