#ifndef MALLEABILITY_SPAWN_MERGE_H #define MALLEABILITY_SPAWN_MERGE_H #include #include #include #include "../malleabilityDataStructures.h" int merge(Spawn_data spawn_data, MPI_Comm *child, int data_state); #endif