Commit 656a4df5 authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Remove unused variables

parent 5473322a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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) {