fpmas 1.5
fpmas.h
Go to the documentation of this file.
1#ifndef FPMAS_H
2#define FPMAS_H
3
5#include "fpmas/synchro/ghost/global_ghost_mode.h"
15#include "fpmas/io/csv_output.h"
17#include "fpmas/io/breakpoint.h"
18#include "fpmas/utils/cast.h"
19
23#define FPMAS_VERSION "1.5"
27#define FPMAS_VERSION_MAJOR 1
31#define FPMAS_VERSION_MINOR 5
32
36#define FPMAS_VERSION_PATCH
37
38namespace fpmas {
39
49 void init(int argc, char** argv);
50
82 void finalize();
83
121 void seed(unsigned long seed);
122}
123
327#endif
Definition: fpmas.cpp:3
void finalize()
Definition: fpmas.cpp:18
void seed(unsigned long seed)
Definition: fpmas.cpp:23
void init(int argc, char **argv)
Definition: fpmas.cpp:6