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

Turn off debug logging in subroutine APS

parent b8b059d6
No related branches found
No related tags found
No related merge requests found
...@@ -149,7 +149,7 @@ void aps(double ****zpv, int li, int nsph, C1 *c1, double sqk, double *gaps) { ...@@ -149,7 +149,7 @@ void aps(double ****zpv, int li, int nsph, C1 *c1, double sqk, double *gaps) {
} }
} }
gaps[i40 - 1] = sum.real() * cofs; 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]);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment