Commit d89f4fce authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Turn off debug logging in subroutine APS

parent b8b059d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -149,7 +149,7 @@ void aps(double ****zpv, int li, int nsph, C1 *c1, double sqk, double *gaps) {
			}
		}
		gaps[i40 - 1] = sum.real() * cofs;
		printf("DEBUG: gaps[%d] = %lE\n", i40, gaps[i40 - 1]);
		//printf("DEBUG: gaps[%d] = %lE\n", i40, gaps[i40 - 1]);
	}
}