HiRep 0.1
Loading...
Searching...
No Matches
read_action.h
Go to the documentation of this file.
1
6#ifndef READ_ACTION_H
7#define READ_ACTION_H
8#include "Update/integrators.h"
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
14void read_action(char *filename, integrator_par **ipp);
15
16#ifdef __cplusplus
17}
18#endif
19#endif //READ_ACTION_H
Definition integrators.h:11