Skip to content

Commit

Permalink
old useless #ifdef removed
Browse files Browse the repository at this point in the history
  • Loading branch information
claudio-bonati committed Mar 13, 2023
1 parent e04f3b3 commit 5c5ea7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gauge_conf_meas.c
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ void perform_measures_localobs_with_tracedef(Gauge_Conf const * const GC,
}

// topological observables
#if( (STDIM==4 && NCOLOR>1) || (STDIM==2 && NCOLOR==1) )
#if(STDIM==4)
int err;
double *charge, *meanplaq, charge_nocooling;

Expand Down

0 comments on commit 5c5ea7f

Please sign in to comment.