#include "ClusterUpdate.h" void ClusterUpdate(ScalarField &phi){ LatticeVector x,active_sites[SITES],new_active_sites[SITES],e_mu; int mu,ACTIVE,newcount=0,count=0,cluster_count; ScalarField cluster=ScalarField(); //cout << "In cluster update\n" << flush; // random site for(mu=0;mu0); //cout << "size of cluster " << cluster_count << "\n" << flush; return; }