Skip to content
Snippets Groups Projects
Commit 656a4df5 authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Remove unused variables

parent 5473322a
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,6 @@ void cluster() { ...@@ -50,7 +50,6 @@ void cluster() {
double phslst = gconf->sc_phi_end; double phslst = gconf->sc_phi_end;
double wp = sconf->wp; double wp = sconf->wp;
// Global variables for CLU // Global variables for CLU
double pi = 2.0 * acos(0.0);
int lm = gconf->l_max; int lm = gconf->l_max;
if (gconf->li > lm) lm = gconf->li; if (gconf->li > lm) lm = gconf->li;
if (gconf->le > lm) lm = gconf->le; if (gconf->le > lm) lm = gconf->le;
...@@ -237,7 +236,6 @@ void cluster() { ...@@ -237,7 +236,6 @@ void cluster() {
tppoan.write(reinterpret_cast<char *>(&nph), sizeof(int)); tppoan.write(reinterpret_cast<char *>(&nph), sizeof(int));
tppoan.write(reinterpret_cast<char *>(&nths), sizeof(int)); tppoan.write(reinterpret_cast<char *>(&nths), sizeof(int));
tppoan.write(reinterpret_cast<char *>(&nphs), sizeof(int)); tppoan.write(reinterpret_cast<char *>(&nphs), sizeof(int));
int nlemt = c4->nlem + c4->nlem;
double wn = wp / 3.0e8; double wn = wp / 3.0e8;
double sqsfi = 1.0; double sqsfi = 1.0;
if (sconf->idfc < 0) { if (sconf->idfc < 0) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment