"Results/DataRedist/Synch/config23.ini" did not exist on "e994f8075643c61e9d22c56694dcce893283350e"
MAM_Init_Configuration.h 226 Bytes
Newer Older
1
2
3
4
5
6
7
#ifndef MAM_INIT_CONFIGURATION_H
#define MAM_INIT_CONFIGURATION_H

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

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

#endif