diff --git a/src/cluster/cluster.cpp b/src/cluster/cluster.cpp index 99a648cf9aabf74953b687a4256a832679299b80..7e31137dc81f1285d381dceb0a7806800ded31a9 100644 --- a/src/cluster/cluster.cpp +++ b/src/cluster/cluster.cpp @@ -50,7 +50,6 @@ void cluster() { double phslst = gconf->sc_phi_end; double wp = sconf->wp; // Global variables for CLU - double pi = 2.0 * acos(0.0); int lm = gconf->l_max; if (gconf->li > lm) lm = gconf->li; if (gconf->le > lm) lm = gconf->le; @@ -237,7 +236,6 @@ void cluster() { tppoan.write(reinterpret_cast<char *>(&nph), sizeof(int)); tppoan.write(reinterpret_cast<char *>(&nths), sizeof(int)); tppoan.write(reinterpret_cast<char *>(&nphs), sizeof(int)); - int nlemt = c4->nlem + c4->nlem; double wn = wp / 3.0e8; double sqsfi = 1.0; if (sconf->idfc < 0) {