MAM_Init_Configuration.h 221 Bytes
Newer Older
Iker Martín Álvarez's avatar
Iker Martín Álvarez committed
1
2
3
4
5
6
7
8
9
10
11
#ifndef MAM_INIT_CONFIGURATION_H
#define MAM_INIT_CONFIGURATION_H

#include <mpi.h>
#include "MAM_Constants.h"

void MAM_Init_configuration();
void MAM_Set_initial_configuration();
void MAM_Check_configuration();

#endif