MAM_Init_Configuration.h 221 Bytes
Newer Older
1
2
3
4
#ifndef MAM_INIT_CONFIGURATION_H
#define MAM_INIT_CONFIGURATION_H

#include <mpi.h>
5
#include "MAM_Constants.h"
6
7

void MAM_Init_configuration();
8
void MAM_Set_initial_configuration();
9
10
11
void MAM_Check_configuration();

#endif