14 lines
209 B
C++
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
|