//
//  reduce_complex.h
//  Bistellar
//
//  Created by Alexander Thumm on 22.10.11.
//  Copyright 2011 -. All rights reserved.
//

#ifndef Bistellar_reduce_complex_h
#define Bistellar_reduce_complex_h

#include "movable_complex.h"

void reduce_complex(MovableComplex & complex, unsigned int rounds, int heating, int relaxation);

#endif
